Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryonayes/GoFilter
A tool to filter URLs by parameter count or size
https://github.com/cryonayes/GoFilter
bugbounty bugbounty-tool golang
Last synced: 21 days ago
JSON representation
A tool to filter URLs by parameter count or size
- Host: GitHub
- URL: https://github.com/cryonayes/GoFilter
- Owner: cryonayes
- Created: 2021-06-20T19:54:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T17:49:53.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T17:30:52.768Z (4 months ago)
- Topics: bugbounty, bugbounty-tool, golang
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - cryonayes/GoFilter - A tool to filter URLs by parameter count or size (Go)
README
# GoFilter
A tool to filter URLs by parameter count or size.### Examples:
```bash
cat hosts.txt | GoFilter -s
``````bash
cat hosts.txt | waybackurls | GoFilter -s
``````bash
GoFilter -f list.txt
```### Installation:
```bash
go install github.com/cryonayes/GoFilter@latest
```### Usage:
```bash
➜ GoFilter -h
Filter given URLs based on query sizeOptions:
-f, --file File to process
-s --std Read from standard input
-l, --length Run analysis based on query length
-mc, --min-count Minimum parameter count
-q, --quiet Only print fullpath
```