a Colection python3 Scripts that fingerprint, scan, and/or identify security issues for web application.
Script Lists:
– 404.py: Scripts that fingerprint, scan, and/or identify security issues.
– tamper.py: Tamper HTTP methods from disallowed paths via robots.txt.
Dependencies:
+ Python 3.4.x or higher
+ click, urllib, requests & lxml python3 module.
Usage:
git clone https://github.com/0ren/pentesting && cd pentesting python3 404.py -h python3 tamper.py -h
Source: https://github.com/0ren