DorkNet: automate searching for vulnerable web apps
DorkNet
Selenium powered Python script to automate searching the web for vulnerable applications.
DorkNet can take a single dork or a list of dorks as arguments. After the proper command line arguments have been passed, the script will use Selenium and Geckodriver to find the results we want and save them to a text file for further processing with SQLmap or similar utilities.
Installation
Dependencies
You will need the Mozilla Geckodriver for this to work. You can install it manually. However, I’ve added a shell script to automate the process if you’d prefer.
To use it, navigate to the DorkNet directory and make the shell script executable like so.
The shell script has an option to automatically install the rest of the dependencies as well, via the requirements file, by invoking the following commands.
sudo -H pip install -r requirements.txt
Usage
Examples
Source: https://github.com/NullArray/