Skip to content
/ Auditr Public

A utility for auditing C code for vulnerabilities.

Notifications You must be signed in to change notification settings

0x1CA3/Auditr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation


Auditr - A utility for auditing C code.

Auditr is a utility that checks for a variety of vulnerabilities in C code.

Version

Features

Feature Description
Variable Usage Auditr allows you to scan for any variables that are possibly being used in a vulnerable or unsafe way.
Variable Scanning Auditr allows you to scan for any variables that are used throughout the source-code.
Full Security Audit Auditr gives you the option to scan for every vulnerability that is supported.
Vulnerable Function Scanning Auditr allows you to scan for common vulnerable functions.

Installation & Usage

pip3 install colorama
python3 auditr.py --option <file>

Screenshots

image

Credits

https://github.com/0x1CA3

Contributions 🎉

All contributions are accepted, simply open an Issue / Pull request.