404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.149.236.120: ~ $
#!/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;



Filemanager

Name Type Size Permission Actions
forwd_demo File 797 B 0644
rplyto_demo File 415 B 0644
send_demo File 1.51 KB 0644