Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
openssh /
[ HOME SHELL ]
Name
Size
Permission
Action
agent-launch
700
B
-rwxr-xr-x
sftp-server
103.13
KB
-rwxr-xr-x
ssh-keysign
426.32
KB
-rwsr-xr-x
ssh-pkcs11-helper
346.09
KB
-rwxr-xr-x
ssh-session-cleanup
239
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ssh-session-cleanup
#! /bin/sh ssh_session_pattern='sshd: \S.*@pts/[0-9]+' IFS="$IFS@" pgrep -a -f "$ssh_session_pattern" | while read pid daemon user pty; do echo "Found ${daemon%:} session $pid on $pty; sending SIGTERM" kill "$pid" || true done exit 0
Close