Google Dorking with mdork
April 02, 2021
Google Dorking with mdork
What is MDork?
mdork is a tool built with python to do dorking, then collects all the domains associated with the dork
Install and Usage
Termux:
pkg install python2
pip2 install mechanize
pkg install git
git clone https://github.com/Ranginang67/M-dork
cd M-dork
python2 mdork.py
Linux:
apt-get install git
apt-get install python
apt-get install python-pip
pip install mechanize
git clone https://github.com/Ranginang67/M-dork
cd M-dork
python mdork.py