Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitorfhc/hacks

Collection of scripts that I use while bug hunting
https://github.com/vitorfhc/hacks

Last synced: 3 months ago
JSON representation

Collection of scripts that I use while bug hunting

Awesome Lists containing this project

README

        

# Hacks

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

# Install

## Using go install

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

## Clone the repository

```bash
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.