A Simple Python Dork Scanner
- The
config.json
is pre-configured to use google. - You need to have python(3.7).
- Install the requirements by running
pip install -r requirements.txt
in this directory. - Put your dorks into
dorks.txt
. - Start
justadork-ui.py
or importjustadork.py
and use its functions.
Going to add Proxy Support soon.