Usage
1) To scan a normal web service on port 80:
$ ./apache2.pl -h 127.0.0.1 -p 80 -l names -e 403
2) To scan a normal web service on port 80 with a thread count of 50:
$ ./apache2.pl -h 127.0.0.1 -p 80 -l names -e 403 -t 50
3) To scan an SSL encrypted web service on port 443:
$ ./apache2.pl -h 127.0.0.1 -p 443 -l names -s 1 -e 403
Last Updated : 11/09/2008 12:36:11

