Go-Dork is the fastest dork scanner written in Go.
There are also several search engines supported by go-dork, including Google, Shodan, Bing, Duck, Yahoo and Ask.
Installation
> GO111MODULE = on go get -v github.com/dwisiswant0/go-dork/…
Use
go-dork -q “inurl: '…'”
go-dork -q “inurl:…”
go-dork -e bing -q “.php? id =”
go-dork -q “intext: 'jira'” -p 5
go-dork -q “org: 'Target' http.favicon.hash: 116323821” \
–Engine shodan -H “Cookie:…” -H “User-Agent:…”
go-dork -q “intitle: 'BigIP'” -p 2 -x http://127.0.0.1:8989
go-dork -q “inurl: '/ secure' intext: 'jira' site: org” -s | nuclei -t workflows / jira-exploitaiton-workflow.yam
go-dork -h
Flag | Description |
---|---|
-q / –query | Search query (Required) |
-e / –engine | Provide search engine (default: Google) |
(options: Google, Shodan, Bing, Duck, Yahoo, Ask) | |
-p / –page | Specify number of pages (default: 1) |
-H / –header | Pass custom header to search engine |
-x / –proxy | Use proxy to surfing |
-s / –silent | Silent mode, prints only results in output |
-nc / –no-color | Disable colored output results |
You can download the program from here.
Read them Technology News from all over the world, with the validity of iGuRu.gr
Follow us on Google News
Comment Policy:
IGuRu.gr does not publish the comments immediately. Malicious comments, comments that include ads, or comments that are offensive are deleted without notice. We do not adopt the opinions expressed by our readers.
Your comments will be displayed after approval by the administrators