Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
noderunner /
Delete
Unzip
Name
Size
Permission
Date
Action
.config
[ DIR ]
drwx------
2022-03-08 20:27
.npm
[ DIR ]
drwxrwxr-x
2022-03-08 20:27
.bash_history
545
B
-rw-------
2022-03-29 15:19
.bash_logout
220
B
-rw-r--r--
2019-06-06 22:28
.bashrc
3.68
KB
-rw-r--r--
2019-06-06 22:28
.budibase.json
2
B
-rw-rw-r--
2022-03-08 20:28
.env
729
B
-rw-rw-r--
2022-03-08 20:33
.profile
807
B
-rw-r--r--
2019-06-06 22:28
.viminfo
1.18
KB
-rw-------
2022-03-29 15:02
docker-compose.yaml
3.52
KB
-rw-rw-r--
2022-03-29 15:02
Save
Rename
# ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login # exists. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package. # the default umask is set in /etc/profile; for setting the umask # for ssh logins, install and configure the libpam-umask package. #umask 022 # if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi