GithubHelp home page GithubHelp logo

olivierh59500 / graudit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wireghoul/graudit

0.0 1.0 0.0 332 KB

Grep rough audit - source code auditing tool

Home Page: http://www.justanotherhacker.com

License: GNU General Public License v3.0

Makefile 7.75% Shell 72.83% Groff 6.29% ASP 4.66% Java 3.04% PHP 5.43%

graudit's Introduction

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.

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 <options> /path/to/scan

The following options are available:
  -A scan ALL files
  -c <num> number of lines of context to display, default is 2
  -d <db> 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
  -z supress colors
  -Z high contrast colors


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 cointains generic rules that 
  should match common vulnerabilites 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

CONTRIBUTING
If you would like to contribute to graudit, please fork the repository at github
([email protected]:wireghoul/graudit.git) and use that. If you wish to get in contact 
with me, shoot me a line on github or twitter (@wireghoul).

CREDITS
Wireghoul - http://www.justanotherhacker.com

graudit's People

Contributors

antoniovazquezblanco avatar samuelreed avatar wireghoul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.