Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bp0lr/gauplus
https://github.com/bp0lr/gauplus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bp0lr/gauplus
- Owner: bp0lr
- License: mit
- Archived: true
- Created: 2020-10-08T20:05:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T15:51:41.000Z (over 2 years ago)
- Last Synced: 2024-06-26T00:35:28.741Z (5 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 278
- Watchers: 5
- Forks: 55
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- WebHackersWeapons - gauplus
README
# Discontinued
[lc](https://github.com/lc) has made a great job updating gau adding everything that gauplus have and more.
please use his version, is far more advanced that this one.visit here: (http://www.github.com/lc/gau)
---------------------------------------------------------------------
# Discontinued
---------------------------------------------------------------------# GauPlus
A modified version of (http://www.github.com/lc/gau) for personal usage.
Support workers, proxies and some extra things.## Usage:
Examples:```bash
$ echo "example.com" | gauplus
$ cat domains.txt | gauplus
$ gauplus example.com
$ gauplus -o example-urls.txt example.com
$ echo "example.com" | gauplus -p "http://proxy.packetstream.io:31112" --random-agent -o result.txt -t 25
$ gauplus -b png,jpg,gif example.com
```
## Run Docker:
Examples:
```bash
$ docker bulid -t gauplus .
$ docker run -t gauplus -h
```To display the help for the tool use the `-h` flag:
```bash
$ gauplus -h-json
write output as json
-o string
filename to write results to
-p string
use proxy
-providers string
providers to fetch urls for (default "wayback,otx,commoncrawl")
-random-agent
use random user-agent
-retries uint
amount of retries for http client (default 5)
-subs
include subdomains of target domain
-t int
amount of parallel workers (default 5)
-v enable verbose mode
-version
show gauplus version
-b
extensions to skip
```### comparison
```
[root@DarkStar]─[/opt/bp0/lovan/gau] wc -l targets.txt
31 targets.txt[root@DarkStar]─[/opt/bp0/lovan/gau] time cat targets.txt | gau
real 7m17.529s
user 0m0.360s
sys 0m0.345s[root@DarkStar]─[/opt/bp0/lovan/gauplus] time cat targets.txt | gauplus -p "http://proxy.packetstream.io:31112" --random-agent -t 25
real 0m49.899s
user 0m0.380s
sys 0m0.408s
```## Installation:
### From source:
```
$ go install github.com/bp0lr/gauplus@latest
```## Useful?, buy lc some coffe!