graudit v3.5 releases: Grep rough audit – source code auditing tool
GRAUDIT
Graudit is a simple script and signature sets that allow 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.
Changelog v3.5
Added Eiffel rules (@bcoles)
Updated secret rules
Reduced false positives in php rules
Reduced false positives in nim rules
Added typescript rules
Fixed path issue in misc/gitscan
Bugfix for actionscript, asp and ios rules
Rule correctness adjustments to asp rules
Minor documentation updates
INSTALLATION
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.
DATABASES
Graudit uses extended regular expressions (POSIX) as it’s signatures and comes with several databases ready for use. You can extend the existing databases or make your own if you require additional signatures.
* All is a combined database of all the databases listed below
* Asp offers basic auditing support for the Active Server Pages languages
* C offers support for the C programming language
* Default is aimed at finding low hanging fruit. It contains generic rules that should match common vulnerabilities in several languages. However, in order to find additional vulnerabilities for a specific language you should use the language-specific databases.
* Dotnet offers basic dot net support
* Jsp basic JSP support.
* Other looks for source comments that could indicate problems
* Perl basic support for Perl
* PHP tracks user input and function calls
* Python basic Python support
Copyright (C) 2018 wireghoul
Source: https://github.com/wireghoul/