ExploitDBSearch

forthebadge made-with-python

Experimental Script for running automated Searches on Exploit-DB

Requirements

Docker

Installation Docker

git clone https://github.com/1N53C/ExploitDBSearch.git
cd ExploitDBSearch
docker build -t <name> .
docker run -it -d <name>

Run docker ps -a and find the container with the "name" you gave it.

Then run docker exec -it <container_id> bash like shown below.

Shell to Container

Run the Application

After exec into the shell of the container, you should find yourself in the /app folder, cd into src and run the script in the background by using nohup.

cd src
nohup python ExploitDBSearch.py > output.log

TODO

  • setup.py (setup.sh) for initial run
  • Dockerize -> Dockerfile (add searchsploit)
  • add Webhook″

TEST