Google's web application security scanner
skipfish - web application security scanner
"Skipfish is an active web application security reconnaissance tool. It prepares an interactive sitemap for the targeted site by carrying out a recursive crawl and dictionary-based probes."
Installing skipfish :
<i> Get libidn </i> wget -qO - "http://ftp.gnu.org/gnu/libidn/libidn-1.18.tar.gz" | tar zxf - && cd cd libidn-1.18 && ./configure && make && sudo make install <i>Get skifish</i> wget <a href="http://skipfish.googlecode.com/files/skipfish-1.05b.tgz" title="http://skipfish.googlecode.com/files/skipfish-1.05b.tgz">http://skipfish.googlecode.com/files/skipfish-1.05b.tgz</a> | tar zxf - && cd skipfish && make
Read the official wiki here
Recent blog posts
- watir-webdriver web inspector
- gem list to gemfile
- Packing ruby2.0 on debian.
- Made it into The Guinness Book!
- to_h in ruby 2.0
- Filter elements by pattern jQuery.
- Better HTML password fields for mobile ?
- Grayscale image when user offline
- nth-child CSS pseudo-class Christmas colors
- EventEmitter in nodejs