Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A tool to filter URLs by parameter count or size

Awesome Lists containing this project

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 size

Options:
-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
```