Lists all of the journal entries for the day.

Sun, 21 Mar 2010

2:00 PM - skipfish: web app security tool

http://code.google.com/p/skipfish/ 

Skipfish is a  "

 fully automated, active web application security reconnaissance tool"

 

 

 



 

It is a c program used for checking web apps for issues.  I've managed to compile it on MidnightBSD and FreeBSD.  Here are a few required changes:

malloc_np.h is required on FreeBSD and MidnightBSD.  

There are a few preprocessor directives checking for FreeBSD.  These will need to be altered to include MidnightBSD or else the code will not compile.  This was only tested on MidnightBSD 0.3-CURRENT 

()