Anons79 Mini Shell

Directory : /usr/share/doc/nmap-ncat/examples/scripts/http-scan/
Upload File :
Current File : //usr/share/doc/nmap-ncat/examples/scripts/http-scan/scan-example

NCAT_PATH=../../../..
if [ -a "$NCAT_PATH/ncat" ]
  then
	for addr in `cat iplist`; do $NCAT_PATH/ncat --disable-eof-exit $addr 80 < get.request; done;
else
	echo "Ncat is not buit. Please build Ncat before you use these scripts";
fi

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]