Propecia
Jump to navigation
Jump to search
Description
Propecia is a fast class C domain scanner that scans for a specified open port.
Installation
$ mkdir -p /pentest/scanners/propecia/ $ cd /pentest/scanners/propecia/ $ wget http://packetstorm.setnine.com/UNIX/scanners/propecia.c $ gcc -Wall -o propecia propecia.c
Usage
$ ./propecia [X.X.X] <port>
Example
$ ./propecia 192.168.100 80 192.168.100.1 192.168.100.18 192.168.100.50 192.168.100.51
$ ./propecia 192.168.100 22 192.168.100.18 192.168.100.12 192.168.100.1 192.168.100.11
$ ./propecia 192.168.100 21 192.168.100.18
$ ./propecia 192.168.100 8080 192.168.100.1