X7ROOT File Manager
Current Path:
/usr/share/doc/nmap-ncat/examples/scripts/http-scan
usr
/
share
/
doc
/
nmap-ncat
/
examples
/
scripts
/
http-scan
/
📁
..
📄
README
(453 B)
📄
get.request
(18 B)
📄
iplist
(78 B)
📄
scan-example
(234 B)
📄
scanner-output
(1.65 KB)
Editing: 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
Upload File
Create Folder