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.159
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 /
core /
17247 /
usr /
share /
upstart /
sessions /
[ HOME SHELL ]
Name
Size
Permission
Action
dbus.conf
765
B
-rw-r--r--
notify-cgmanager.conf
173
B
-rw-r--r--
ssh-agent.conf
792
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ssh-agent.conf
description "SSH Agent" author "Stéphane Graber <stgraber@ubuntu.com>" start on starting xsession-init pre-start script [ -e /etc/X11/Xsession.options ] || { stop; exit 0; } grep -q "^use-ssh-agent$" /etc/X11/Xsession.options || { stop; exit 0; } [ -z "$SSH_AUTH_SOCK" ] || { stop; exit 0; } eval "$(ssh-agent -s)" >/dev/null initctl set-env --global SSH_AUTH_SOCK=$SSH_AUTH_SOCK initctl set-env --global SSH_AGENT_PID=$SSH_AGENT_PID initctl set-env --global SSH_AGENT_LAUNCHER=upstart end script post-stop script [ "$SSH_AGENT_LAUNCHER" = upstart ] || exit 0 kill $SSH_AGENT_PID 2>/dev/null || true initctl unset-env --global SSH_AUTH_SOCK initctl unset-env --global SSH_AGENT_PID initctl unset-env --global SSH_AGENT_LAUNCHER end script
Close