项目作者: 0x1CA3

项目描述 :
A utility for auditing C code for vulnerabilities.
高级语言: Python
项目地址: git://github.com/0x1CA3/Auditr.git
创建时间: 2021-09-13T15:27:53Z
项目社区:https://github.com/0x1CA3/Auditr

开源协议:

下载





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

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

Screenshots

image

Credits

  1. https://github.com/0x1CA3

Contributions 🎉

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