Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Graudit - Grep Source Code Auditing Tool


Graudit (Grep rough audit) 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.

Usage:

graudit  /path/to/scan
The following options are available:
  -A scan ALL files

  -B don't print banner

  -c number of lines of context to display, default is 2

  -d database to use

  -h prints a short help text

  -i case in-sensitive search

  -l lists databases available

  -L vim friendly lines

  -v prints version number

  -x exclude these files (comma seperated list:-x *.js,*.sql)

  -z supress colors

  -Z high contrast colors
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


Download Graudit

You might also like:
  • 14 Best IP Hide Tools 2017
  • pMap - Tool for Passive Discovery, Scanning, and Fingerprinting
  • Killtrojan Syslog - Tool To Detect Malware Activity On a System
  • Rekall - Memory Forensic Framework
  • Anonymous FTP Scanner - Anonymous FTP Finder for Windows
  • Rootkit Hunter - Security Monitoring and Analyzing Tool
  • Quarks PwDump - Tool To Extract Credentials From Windows Operating Systems
  • iGoat - A Deliberately Insecure iOS Application
  • Charles - A Web Debugging Proxy for Windows, Mac OS, and Linux
  • AIEngine - An Artificial Intelligent Intrusion Detection System Engine
  • GoldenEye - Denial of Service (DoS) Attack Tool
  • Simple Packet Sender - A Linux Packet Crafting Tool
  • Windbgshark - Windbg Extension for VM Traffic Manipulation & Analysis
  • ExifTool - Tool For Reading, Writing and Editing Meta Information In Files
  • XSS Shell - XSS Backdoor & Zombie Manager
  • EtherApe - A Graphical Network Monitor
  • PACK - Password Analysis and Cracking Toolkit
  • TYFYP - Massive Telnet Password Tester For Routers
  • OpenSSH - A Free SSH Protocol Suite


This post first appeared on Effect Hacking - Hacking Tools, How To Guides An, please read the originial post: here

Share the post

Graudit - Grep Source Code Auditing Tool

×

Subscribe to Effect Hacking - Hacking Tools, How To Guides An

Get updates delivered right to your inbox!

Thank you for your subscription

×