/exploits

Primary LanguagePythonOtherNOASSERTION

Exploits


Summary

This project aims to provide tests to evaluate the security of web applications, focusing on known Common Vulnerabilities and Exposures (CVEs).

The purpose of this repository is to allow not only cybersecurity professionals to have access to exploit codes that demonstrate specific vulnerabilities in web applications.


Installation and basic usability

# Download
$ git clone https://github.com/instriq/exploits && cd exploits
    
# Install libs dependencies and make it executable
$ pip3 install -r requirements.txt

# Exploits basic usage
$ python3 CVE.* --help
or
$ ./CVE.* --help

Contribution

Your contributions and suggestions are heartily ♥ welcome. See here the contribution guidelines. Please, report bugs via issues page and for security issues, see here the security policy. (✿ ◕‿◕)


License

This work is licensed under MIT License.