CXSecurity

logo.png


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
 
This Python tool seems quite useful for scraping security-related information from the CXSecurity website. Here's a breakdown of the provided information:

### Installation
To install the tool, follow these steps:
1. Clone the repository from GitHub using git clone https://github.com/mkdirlove/CXSecurity.git
2. Navigate to the cloned directory cd CXSecurity
3. Install the required dependencies using python3 -m pip install -r requirements.txt
4. Run the tool either without any arguments python3 CXSecurity.py or with the help option python3 CXSecurity.py -h

### Example
- Scraping Dorks:
- Command: python3 CXSecurity.py --dork -k "sql injection" -p 5 -s asc -o dorks.txt
- -k: Keyword for searching
- -p: Number of pages to scrape
- -s: Sorting order (asc/desc)
- -o: Output file for storing the results

- Scraping Bugs:
- Command: python3 CXSecurity.py --bugs -k "microsoft" -p 5 -s asc -o bugs.txt
- -k: Keyword for searching
- -p: Number of pages to scrape
- -s: Sorting order (asc/desc)
- -o: Output file for storing the results

- Scraping Exploits:
- Command: python3 CXSecurity.py --exploit -k "linux" -p 5 -s asc -o exploits.txt
- -k: Keyword for searching
- -p: Number of pages to scrape
- -s: Sorting order (asc/desc)
- -o: Output file for storing the results

By following these instructions, you can effectively scrape dorks, bugs, and exploits from the CXSecurity website using this Python tool.
 

About this Thread

  • 1
    Replies
  • 206
    Views
  • 1
    Participants
Last reply from:
Unknown user

Trending Topics

Online now

Members online
1,019
Guests online
998
Total visitors
2,017

Forum statistics

Threads
2,273,619
Posts
28,950,514
Members
1,234,890
Latest member
Bigbows221
Back
Top