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

Share this