This script was created to make life easier for those who work (or are starting out) in the field of information security. It allows you to search for and download exploits directly from the Exploit-DB website, all from the command line, in a simple and straightforward way.
The idea is very straightforward: instead of browsing the website, opening links, and copying content manually, you can do everything with a few commands and choose the exploits in an interactive interface on the terminal itself.
python3 hunter.py --cve 2014-6271 --type python -l 20
python3 hunter.py --title eternalblue
usage: hunter.py [-h] [-t ] [-c ] [-l ] [--type ] [--platform ] [--port ] [--tag ]
Search/Download for exploits in exploit-db
options:
-h, --help show this help message and exit
-t, --title Search by the title of the Exploit
-c, --cve Search by CVE id
-l, --length Increase number of results
--type Exploit type (local, dos...)
--platform Supported platform
--port Specific port number
--tag Exploit TAG
This script was built in my spare time, mostly for people who like keeping everything in one place. It cuts down the extra tabs, windows, and back-and-forth when you're just trying to find an exploit, so you can focus on the things that actually matter. Use it, tweak it, break it — it’s here to make life a bit easier. Just like that.
I am not responsible for any illegal use or damage caused by this tool. It was written for fun, not evil
Have a good hack :D
