Updated README.md

master
Nizamul Rana 2018-04-17 14:57:38 +05:30 committed by GitHub
parent 5d1aa6d158
commit 158472f53a
1 changed files with 11 additions and 3 deletions

View File

@ -37,9 +37,6 @@ Put these values in the config.json file and you should be good to go.
> If your $GOPATH is /home/go, make sure to place your config.json file in $GOPATH/bin folder or wherever you have the binary. Otherwise, it will not work.
## NOTE
This tool is currently in active development. So some features may not work or maybe broken. Please do a PR or create an Issue for any features, suggestions or ideas. Would love to hear from you guys.
## Docker
Git clone the repo, then build and run subfinder in a container with the following commands
@ -62,3 +59,14 @@ For example, this runs the tool against uber.com and output the results to your
docker run --rm -it subfinder -d uber.com > uber.com.txt
```
> Note: `-o uber.com.txt` would output into the docker container, which is deleted once the process finishes, because of the `--rm` segment of the docker command)
## NOTE
This tool is currently in active development. So some features may not work or maybe broken. Please do a PR or create an Issue for any features, suggestions or ideas. Would love to hear from you guys.
## Acknowledgements
- @FranticFerret for his work on adding docker support.
## License
MIT License