Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitorfhc/hacks
- Owner: vitorfhc
- Created: 2023-03-07T19:21:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-10T17:57:25.000Z (over 1 year ago)
- Last Synced: 2024-06-20T14:25:29.439Z (5 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 49
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - vitorfhc/hacks - Collection of scripts that I use while bug hunting (Go)
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.