phor3nsic / degoogle

search Google and extract results directly. skip all the click-through links and other sketchiness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Degoogle

Simple fork from degoogle with bug hunting purposes based on degoogle_hunter

You can add dorks as follows:

{"name":"NAME","severity":"SEVERITY","query":"DORK QUERY"}

NOTE: if you want to reference a target in the dork, you need to put [DOMAIN]

Save the dork in the dorks file you will use.

Example:

{"name": "apache_struts_rce", "severity": "high", "query": "site:[DOMAIN] ext:action | ext:struts | ext:do"}

How to

git clone https://github.com/phor3nsic/degoogle.git
cd degoogle 
python3 degoogle.py -fd dorks.json -d target.com

About

search Google and extract results directly. skip all the click-through links and other sketchiness

License:MIT License


Languages

Language:Python 100.0%