mkdirlove0604
Leecher
A simple Python tool for scraping Dorks, Bugs, and Exploits from CXSecurity Website (You do not have permission to view the full content of this post.
Log in or register now.)
Installation
Copy-paste this into your terminal:git clone You do not have permission to view the full content of this post. Log in or register now.
cd CXSecurity
python3 -m pip install -r requirements.txt
python3 CXSecurity.py
or
python3 CXSecurity.py -h
Example
You can now scrape dorks by running the script like this:python3 CXSecurity.py --dork -k "sql injection" -p 5 -s asc -o dorks.txt
You can now scrape bugs by running the script like this:
python3 CXSecurity.py --bugs -k "microsoft" -p 5 -s asc -o bugs.txt
You can now scrape exploits by running the script like this:
python3 CXSecurity.py --exploit -k "linux" -p 5 -s asc -o exploits.txt