Jun 14, 2013

networkscanner.py 1.2

The is a TCP port network scanner. It takes a CIDR network range as input and perform the network TCP scan. Optionally, you can:
  • Change the default TCP port [22] to other.
  • Take input from a text file [1/line]


This version uses function, and threading (for speed).

Comments:
  • Fast, reliable and high accuracy. 
  • Planning to improve it by allow to specify multiple ports.