Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethicalhackingplayground/dorkX
Pipe different tools with google dork Scanner
https://github.com/ethicalhackingplayground/dorkX
Last synced: 22 days ago
JSON representation
Pipe different tools with google dork Scanner
- Host: GitHub
- URL: https://github.com/ethicalhackingplayground/dorkX
- Owner: ethicalhackingplayground
- Created: 2020-06-20T10:10:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T01:43:32.000Z (over 4 years ago)
- Last Synced: 2024-11-17T02:34:35.452Z (26 days ago)
- Language: Go
- Size: 17.6 KB
- Stars: 56
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - ethicalhackingplayground/dorkX - Pipe different tools with google dork Scanner (Go)
README
# dorkX
Pipe different tools with google dork Scanner
#### Version 1.0
[![Image from Gyazo](https://i.gyazo.com/0e66c4d64bf0df9623c18b6e918309b8.gif)](https://gyazo.com/0e66c4d64bf0df9623c18b6e918309b8)
[![Image from Gyazo](https://i.gyazo.com/44ab7aae9b1c0812474278c120dc8807.gif)](https://gyazo.com/44ab7aae9b1c0812474278c120dc8807)
### 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 '">'`
[![Image from Gyazo](https://i.gyazo.com/f91681fb31ae64ad4f230afc77014be3.gif)](https://gyazo.com/f91681fb31ae64ad4f230afc77014be3)
**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 `
**If you get a bounty please support by buying me a coffee**