hacks
hacks copied to clipboard
Collection of scripts that I use while bug hunting
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.