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....
Contents of IP.txt:
192.168.1.1-255
Contents of weblist.txt:
mywebsite1.com
yourwebsite2.com
- lavr's blog
- Login or register to post comments
Recent comments
23 hours 31 sec ago
5 days 11 hours ago
1 week 3 days ago
1 week 3 days ago
2 weeks 2 days ago
2 weeks 2 days ago
2 weeks 2 days ago
2 weeks 5 days ago
3 weeks 9 hours ago
3 weeks 1 day ago