sockss 3n3932subfr[ui durie btg74
Step 2: Get the Go-Dork repository or clone the Go-Dork tool from Github, use the following command.
sudo GO111MODULE=on go get -v -u dw1.io/go-dork
Step 3: Check the help menu page to get a better understanding of Go-Dork tool, use the following command.
go-dork -h
Working with Go-Dork Tool in Kali LinuxExample 1: Simple QueryingIn this example, we are performing a simple query or simple advanced search using the -q tag. We are searching the ‘pdf’ word in the site or the target url. You can see that the results which we have got contain the word pdf into it.
go-dork -q "site:geeksforgeeks.org inurl:.pdf"
Example 2: Defining Search EngineIn this example, we are changing the search engine by using the -e tag. By default, Go-Dork tool uses Google Search Engine, but in this example, we have specified the yahoo search engine using -e flag.
go-dork -e yahoo -q "info:www.geeksforgeeks.org"
Example 3: Specifying number of pagesIn this example, we are specifying the maximum amount of pages from which Go-Dork tool will retrieve the data. In this example, the results will be retrieved from maximum of 5 pages.
go-dork -q "intext:'geeksforgeeks'" -p 5
Example 4: Using proxy ServerIn this example, we will be using Proxy Server for advanced query search. We have used -x tag for specifying the IP address of the Proxy Server.
go-dork -q "intitle:'BigIP'" -p 2 -x
http://127.0.0.1:80
Example 5: Chaining with other toolsIn this example, we will be using Go-Dork tool with the Nuclei tool as Go-Dork can work with other tools. We have specified the nuclei command using the pipe operator.
Quote:go-dork -q “site:geeksforgeeks.org” -s | nuclei -t amazon-mws-auth-token.yaml
Like0
Previous
Python datetime.tzname() Method with Example
Next
DNSx – DNS Toolkit Allow To Run Multiple DNS Queries
RECOMMENDED ARTICLES
Page :
1
2
3
Dork Scanner – Vulnerable URLs Finder tool in Linux
09, Sep 21
DorkScout - Automate google dork scan against the entiere internet or specific targets
19, Sep 21
Dorks Eye - Google Hacking Dork Scraping and Searching Script
25, Nov 21
Dorkify - Perform Google Dork Search
25, Nov 21
EmailFinder – Fastest Way to Find Emails
14, Jul 21
Subscannon - Tool for Fastest Subdomains Finder in Kali Linux
27, Jul 21
XSS-Freak - XSS Scanner Fully Written in Kali Linux
09, Sep 21
Knock - Subdomain Scanner Tool in Kali Linux
13, Jul 21
Nuclei - Fast and Customizable Vulnerability Scanner
27, Jul 21
Fuxploider - File Upload Vulnerability Scanner And Exploitation Tool
13, Oct 21
Striker - IP scanner in Kali Linux
03, Jun 21
How to Code Your Own Port Scanner Using BASH Script and netcat Tool in Linux?
04, Jan 21
ClamAV and ClamTk Antivirus Scanner Tool for Kali Linux
27, Jun 21
JoomScan Vulnerability Scanner Tool in Kali Linux
06, Apr 21
PwnXSS - Automated XSS Vulnerability Scanner Tool in Kali Linux
18, Apr 21
ATSCAN – Advance Web Application Scanner in Kali Linux
18, Apr 21
Photon Scanner - Web Scraping OSINT Tool
15, Jun 21
PortSpider - Advance Network Port scanner on Kali Linux
15, Jun 21
RapidScan – The Multi-Tool Web Vulnerability Scanner in Kali Linux
27, Jun 21
XSSCon - Simple and Powerful XSS Scanner tool
27, Jul 21
Vscan - Vulnerability Scanner Tool Using Nmap And NSE Scripts in Kali Linux
23, Aug 21
Venom - Pentesting Testing Scanner
23, Aug 21
Sitadel – Web Application Security Scanner in Kali Linux
23, Aug 21
WAScan - web application security scanner in Kali Linux
23, Aug 21
Article Contributed By :
gauravgandal
@gauravgandal
Vote for difficulty
EasyNormalMediumHardExpert
Article Tags :
Improve Article
Report IssueWriting code in comment? Please use
ide.geeksforgeeks.org, generate link and share the link here.
Load Comments
WHAT'S NEW
Complete Interview Preparation
View Details
System Design-Live Classes for Working Professionals
View Details
Data Structures & Algorithms- Self Paced Course
View Details
MOST POPULAR IN LINUX-UNIX
MORE RELATED ARTICLES IN LINUX-UNIX
5th Floor, A-118,
Sector-136, Noida, Uttar Pradesh - 201305
[email protected]
@geeksforgeeks ,
Some rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood