whoami7 - Manager
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
perl-Expect
/
examples
/
Upload File:
files >> //proc/thread-self/root/usr/share/doc/perl-Expect/examples/calc.pl
use strict; use warnings; while (my $row = <>) { chomp $row; print "Input: '$row' = "; my $res = eval $row; print "'$res' :Output\n"; }
Copyright ©2021 || Defacer Indonesia