A command-line tool that searches multiple exploit databases simultaneously — SearchSploit, Exploit-DB, and IppSec — and presents results in a clean, color-coded output.
- Search multiple exploit sources at once
- Clean, readable, color-coded terminal output
- Includes timestamped IppSec video links
- Fast and lightweight CLI tool
sudo apt install exploitdb
pip3 install requests colorama./exploit_search.py "apache 2.4"
./exploit_search.py "sql injection"
./exploit_search.py "eternalblue" -v
./exploit_search.py "privesc windows" --no-color| Flag | Description |
|---|---|
-v, --verbose |
Show extra error details |
--no-color |
Disable ANSI colors (useful for piping output) |
- SearchSploit — Searches your local ExploitDB copy
- Exploit-DB — Queries the online database
- IppSec — Searches HTB video subtitles and returns timestamped YouTube deep-links
MIT License
Copyright (c) 2025
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to:
- Use
- Copy
- Modify
- Merge
- Publish
- Distribute
- Sublicense
- Sell copies of the Software
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO:
- MERCHANTABILITY
- FITNESS FOR A PARTICULAR PURPOSE
- NONINFRINGEMENT
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN:
- AN ACTION OF CONTRACT
- TORT
- OR OTHERWISE
arising from, out of, or in connection with the software or the use or other dealings in the software.