Skip to content

Lightweight && straight forward command-line tool for searching and downloading exploits from Exploit-DB.

License

Notifications You must be signed in to change notification settings

J0hnTh3Kn1ght/ExploitDB-Hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Captura_de_imagem_20251130_192711-removebg-preview

Info:

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.

Modify it however you like

Usage:

python3 hunter.py --cve 2014-6271 --type python -l 20

Video-ezgif com-video-to-gif-converter(1)

python3 hunter.py --title eternalblue

Captura de imagem_20251130_193449

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.

Warning:

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

About

Lightweight && straight forward command-line tool for searching and downloading exploits from Exploit-DB.

Topics

Resources

License

Stars

Watchers

Forks

Languages