Lazy Foot

In my line of work I need to run nmap, nikto, dig, and bunch of other tools against several targets almost on daily basis. Because I am lazy I created a tool to do that for me. It's called lazyfoot, where foot stands for footprinting. It's wirtten in Ruby, isn't fancy and only around 300 lines of code long.

So far the main functions are:
nmap
nikto
httrack
whois
dig

It also looks for some files after in the sites httrack got, and does chown & chgrp because it has to be run as root. I need to figure out how to properly do version numbering because right now it's a mess.

This little thing is is still under development but already saved me a bunch of time. Maybe you'll find it useful too.

EDIT:

http://www.missingvowel.net/lazyfoot/development/

EDIT 2:

I guess I should give some usage examples....

sudo ./lazyfoot.rb -iL IP.txt -iW weblist.txt -T 4 -oA LAN -whois off -dig off

Contents of IP.txt:
192.168.1.1-255

Contents of weblist.txt:
mywebsite1.com
yourwebsite2.com