| GRAUDIT(1) | General Commands Manual | GRAUDIT(1) |
graudit — source
code auditing tool
graudit |
[-options]
/path/to/scan |
graudit is a simple script and signature
sets that allows you to find potential security flaws in source code using
the GNU utility grep. Its arguments are as follows:
-A-c
num-d
database-h-i-l-L-v-x-z-ZBy default, graudit will scan most files and directories (excluding *.gz, *.zip, *.gif, *.jpg, *.png, .svn/, .git/ and .CVS/) under /path/to/scan using the default signature database and display two lines of context using the standard grep colors. Running graudit some/dir/ is the same as running graudit -c 1 -d default some/dir/
The exit status is 0 if a signature match is found and 1 otherwise. An exit status of 2 means an error occurred.
graudit was written by
Eldar Marcussen -
http://www.justanotherhacker.com.
| June 2, 2010 | Debian |