Graudit
Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It's comparable to other static analysis applications like RATS, SWAAT and flaw-finder while keeping the technical requirements to a minimum and being very flexible.
Graudit supports scanning code written in several languages; asp, jsp, perl, php and python.
USAGE
Graudit supports several options and tries to follow good shell practices. For
a list of the options you can run graudit -h or see below. The simplest way to use
graudit is;
graudit /path/to/scanDEPENDENCIES
Required: bash, grep, sed
DOWNLOAD
You can download the latest version from the graudit download page.
SOURCE
Graudit is available from github, you can check the github project page or check it out directly using git from git://github.com/wireghoul/graudit.git
1 TrackBacks
Listed below are links to blogs that reference this entry: Graudit.
TrackBack URL for this entry: http://www.justanotherhacker.com/mt-tb.cgi/56
These are projects that we work on;Evil Website Testing SuiteA collection of web pages that behave badly or provide malicious content in an attempt to break web based applications or cause malicious code inclusions in third party output, for example... Read More


