Pscan 1.03
Pscan is a utility that can: scan a list of ports, a range of ports of a combination of both, it will do a simple tcp-connect and shows if the port is open or closed. Pscan runs under Windows at the command line.
Download here
Changelog:
1.03 - Added multithreading (pthreads) , scanning speed increased considerable.
- Added -openonly option, if used this it will only show the ports that are open.
1.02 - Output is now differently formatted so that it can be dumped to ; seperated csv file.
Example usage:
Scans port 130 till 138 of the computer that has the ip 192.168.76.11 the output is the screen
pscan 192.168.76.11 130-138
Scans port 130 till 138 of the computer that has the ip 192.168.76.11 and outputs to the output.csv file
pscan 192.168.76.11 130-138 > output.csv
Scans the ports 130 and 135 of the computer that has the ip 192.168.76.11
pscan 192.168.76.11 130 135
Scans the port 90 , 120 and 132 till 135 of the computer 192.168.76.11
pscan 192.168.76.11 90 120 132-135
Other combination are ofcourse possible.