shell bypass 403

Cubjrnet7 Shell

: /usr/share/doc/perl-Expect/examples/ [ drwxr-xr-x ]

name : calc.pl
use strict;
use warnings;

while (my $row = <>) {
	chomp $row;
	print "Input: '$row' = ";
	my $res = eval $row;
	print "'$res' :Output\n";
}

© 2025 Cubjrnet7