mirror of
https://github.com/cubixle/assetfinder.git
synced 2026-04-24 19:54:45 +01:00
20 lines
464 B
Markdown
20 lines
464 B
Markdown
# Assetfinder
|
|
|
|
Domain recon tool
|
|
|
|
```sh
|
|
$ go get -u github.com/cubixle/assetfinder/cmd/assetfinder
|
|
```
|
|
|
|
```sh
|
|
$ assetfinder -h
|
|
Usage of assetfinder:
|
|
-https
|
|
Enable/Disable the checking of status of https on a domain. (default true)
|
|
-output string
|
|
Where to save results to.
|
|
-status
|
|
Enable/Disable checking the status code for each sub domain found.
|
|
-verbose
|
|
Turns on verbose logging. Mainly used for debugging development.
|
|
``` |