graudit
Grep rough audit - source code auditing tool
Platforms: Linux · Last verified September 6, 2026
This 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.
Only use this tool against systems you own or are explicitly authorized to test — see the disclaimer.
Getting started
Install on Kali Linux with `sudo apt install graudit`. See the official Kali tool page and upstream homepage linked above for full usage and configuration details.