https://github.com/smackerdodi/CVE-bruter
take a list of subdomain and the required path for specific CVE and give the response code for each url
https://github.com/smackerdodi/CVE-bruter
Last synced: 4 months ago
JSON representation
take a list of subdomain and the required path for specific CVE and give the response code for each url
- Host: GitHub
- URL: https://github.com/smackerdodi/CVE-bruter
- Owner: smackerdodi
- Created: 2020-09-08T18:50:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T19:07:01.000Z (about 5 years ago)
- Last Synced: 2024-11-21T14:38:06.010Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - smackerdodi/CVE-bruter - take a list of subdomain and the required path for specific CVE and give the response code for each url (Python)
README
# CVE-bruter
take a list of subdomain and the required path for specific CVE and give the response code for each url
# Description
in the past two years a lot of CVEs is found and for every CVE there is a specific path to check if the website is vulenraple to this CVE or not so i thought that it is not wise to make a specific tool to check for each of these CVE so i made this simple tool . it just take the subdomains file and the path of the vulenrable file's path and check the response code for each subdomain in the subdomains list .
# Install
1- git clone https://github.com/smackerdodi/CVE-bruter.git
2- cd CVE-bruter
3- pip3 install -r requirements.txt
# Usage
python3 CVE-bruter.py /path/to/subdomains
the script will ask for a the vulenrable path and you will write it without the first (/) like this (please enter your path file: index.html)
the subdomain file could have protocol (http/https) or not it doesn't matter the script will deal with this
# Features
1- The tool is multi threaded so it is very fast
2- The output is colored so it will be easy for eyes to read