shell bypass 403

Cubjrnet7 Shell


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