├── result.txt ├── mdork.py ├── config ├── 1.png ├── 2.png └── 3.png └── README.md /result.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mdork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ranginang67/M-dork/HEAD/mdork.py -------------------------------------------------------------------------------- /config/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ranginang67/M-dork/HEAD/config/1.png -------------------------------------------------------------------------------- /config/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ranginang67/M-dork/HEAD/config/2.png -------------------------------------------------------------------------------- /config/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ranginang67/M-dork/HEAD/config/3.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # M-dork 2 | 3 | what is mdork?
mdork is a tool built with python to do dorking, then collects all the domains associated with the dork 4 | 5 | **Example:** 6 | ![1](https://github.com/Ranginang67/M-dork/blob/master/config/1.png) 7 | ![2](https://github.com/Ranginang67/M-dork/blob/master/config/2.png) 8 | ![3](https://github.com/Ranginang67/M-dork/blob/master/config/3.png) 9 |
10 | how to install and usage?
11 | **Termux:** 12 | * `pkg install python2` 13 | * `pip2 install mechanize` 14 | * `pkg install git` 15 | * `git clone https://github.com/Ranginang67/M-dork` 16 | * `cd M-dork` 17 | * `python2 mdork.py` 18 | 19 | **Linux:** 20 | * `apt-get install git` 21 | * `apt-get install python` 22 | * `apt-get install python-pip` 23 | * `pip install mechanize` 24 | * `git clone https://github.com/Ranginang67/M-dork` 25 | * `cd M-dork` 26 | * `python mdork.py`
27 | 28 | **Thanks!!** 29 | 30 | please [Subcribe](https://www.youtube.com/channel/UCNMD5U02GFeWLqmrl_XSPGQ) and support me :) 31 | 32 | 33 | 34 | [YOUTUBE](https://www.youtube.com/channel/UCNMD5U02GFeWLqmrl_XSPGQ)
35 | [TLEGRAM](https://t.me/Msambari) 36 | --------------------------------------------------------------------------------