Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

exploit-search

A command-line tool that searches multiple exploit databases simultaneously — SearchSploit, Exploit-DB, and IppSec — and presents results in a clean, color-coded output.


Features

  • Search multiple exploit sources at once
  • Clean, readable, color-coded terminal output
  • Includes timestamped IppSec video links
  • Fast and lightweight CLI tool

Requirements

sudo apt install exploitdb
pip3 install requests colorama

Usage

./exploit_search.py "apache 2.4"
./exploit_search.py "sql injection"
./exploit_search.py "eternalblue" -v
./exploit_search.py "privesc windows" --no-color

Options

Flag Description
-v, --verbose Show extra error details
--no-color Disable ANSI colors (useful for piping output)

Sources

  • SearchSploit — Searches your local ExploitDB copy
  • Exploit-DB — Queries the online database
  • IppSec — Searches HTB video subtitles and returns timestamped YouTube deep-links

License

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.


Disclaimer

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.

About

A Python script that searches multiple exploit databases simultaneously and presents results in a clean, formatted output.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages