DorkX : Pipe Different Tools With Google Dork Scanner

DorkX pipe different tools with google dork Scanner.

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 ‘”>’

  • 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
zoid@MSI ~/dorkX> ./dorkx -dork “inurl:index.php?id” |./zin -p

R K

Recent Posts

Burrow – Breaking Through Firewalls With Open Source Ingenuity

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.…

8 hours ago

Its-A-Trap : Building Secure Web Applications With A Golang Web Server For Authentication

Simple golang webserver that listens for basic auth or post requests and sends a notification…

8 hours ago

Nutek-Apple : Unleashing Power On macOS And Linux

Nutek Security Platform for macOS and Linux operating systems. Tools for hackers, bug hunters and…

8 hours ago

SecureSphere Labs – A Haven For Cybersecurity Innovators And Ethical Hackers

Welcome to SecureSphere Labs, your go-to destination for a curated collection of powerful hacking tools…

8 hours ago

Vulpes/VulpOS : The Docker-Powered All-in-One Workstation For Penetration Testing And Offsec Labs

All in one Docker-based workstation with hacking tools for Pentesting and offsec Labs by maintained…

8 hours ago

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

1 day ago