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 | : 3.144.237.52
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
/
snap /
core /
17200 /
usr /
share /
base-files /
[ HOME SHELL ]
Name
Size
Permission
Action
dot.bashrc
3.03
KB
-rw-r--r--
dot.profile
148
B
-rw-r--r--
dot.profile.md5sums
72
B
-rw-r--r--
info.dir
771
B
-rw-r--r--
motd
284
B
-rw-r--r--
networks
91
B
-rw-r--r--
nsswitch.conf
497
B
-rw-r--r--
nsswitch.conf.md5sums
219
B
-rw-r--r--
profile
575
B
-rw-r--r--
profile.md5sums
330
B
-rw-r--r--
staff-group-for-usr-local
771
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : profile
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). if [ "$PS1" ]; then if [ "$BASH" ] && [ "$BASH" != "/bin/sh" ]; then # The file bash.bashrc already sets the default PS1. # PS1='\h:\w\$ ' if [ -f /etc/bash.bashrc ]; then . /etc/bash.bashrc fi else if [ "`id -u`" -eq 0 ]; then PS1='# ' else PS1='$ ' fi fi fi if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do if [ -r $i ]; then . $i fi done unset i fi
Close