updates readme, removes commented code, make sure status is not added to file output if turned off

This commit is contained in:
2020-07-24 22:45:44 +01:00
parent f6be925acf
commit 03fb1c4449
3 changed files with 25 additions and 5 deletions
+18 -1
View File
@@ -1,3 +1,20 @@
# Assetfinder
Domain recon tool
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.
```