vitorfhc / hacks

Collection of scripts that I use while bug hunting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacks

This is a collection of tools that I use while hacking.

Install

Using go install

go install github.com/vitorfhc/hacks/[tool]

Clone the repository

git clone https://github.com/vitorfhc/hacks
cd hacks/[tool] # cd into the tool you want to install
go install

Tools

Name Description
hasquery Checks if any of the URLs received from stdin has a query string

Contribution

Feel free to open an issue or a pull request if you want to contribute.

About

Collection of scripts that I use while bug hunting


Languages

Language:Go 100.0%