Ok, kali ini gue akan kasih tau cara dorking di Terminal dengan Python script. Dengan script ini kita bisa melakukan dorking di Google, Bing, atau keduanya.
Instalation
$ git clone https://github.com/relarizky/dorker.git
$ cd dorker
$ pip3 install requests
$ chmod +x dork.py
$ ./dork.py -h
Preview
Usage
In default, if you dont specify the optional argument for search engine, it’ll use both Google and Bing SE :
$ ./dork.py "<your dork>"
or you can specify –all or -a argument :
$ ./dork.py "<your dork>" --all
Dorking with Google SE :
$ ./dork.py "<your dork>" --google
Dorking with Bing SE :
$ ./dork.py "<your dork>" --bing
Save output into a file :
$ ./dork.py "<your dork>" --file "filename"