D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
doc
/
nmap-ncat-6.40
/
examples
/
scripts
/
http-scan
/
Filename :
scan-example
back
Copy
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