Saturday, November 12, 2011

E-Z Nmap

E-Z Nmap is a script ive been working on for a while now. Basically its a script that uses the best features of Nmap and makes it easy to use without having to write a long list of commands. For example: if you want to do a really in depth scan on a network you would execute something like this,

nmap -sV -O -sT --open 192.168.1.1


With the script I wrote a command like that is simply executed with the command

intense_scan

If you would like to check out the program you can get it from http://code.google.com/p/ez-nmap/downloads/list

I would paste it here but there is a lot of code lol.



It is quite a bit and it defiantly can be shortened but this is what I have so far, it is written in Python 2.7. Tell me what you think

No comments:

Post a Comment