File: README

package info (click to toggle)
nmap 6.47-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 44,736 kB
  • sloc: ansic: 89,743; cpp: 62,412; sh: 19,492; python: 17,323; xml: 11,413; perl: 2,529; makefile: 2,502; yacc: 608; lex: 469; asm: 372; java: 45
file content (14 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HTTP-SCAN with Ncat
~~~~~~~~~~~~~~~~~~~

This is a simple exercise that uses a small amount of
scripted automation that will throw out the banner 
information of n number of hosts listed in the file "iplist".

Ncat uses the "get.request" HTTP header to get the newly
connected webserver to tell you about itself.

Usage: ./scan-example

Variables to change: None, but you may want to change "iplist" 
                     to other more informative hosts.