From 77a5dadaa29c7fe3d38a073d2163184e30b8202d Mon Sep 17 00:00:00 2001 From: bellma101 Date: Sun, 10 Mar 2019 22:06:09 -0500 Subject: [PATCH] added install tldr. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af676ab..e511126 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ A variety of wordlists are used, both for subdomain bruteforcing and content dis ### Installation Clone this repo and run the included `installer.sh` script, optionally including a custom file path to install necessary tools to. Make sure to run `source ~/.profile` in your terminal after running the installer in order to add the Go binary path to your $PATH variable. Then run Chomp Scan. If you are using zsh, fish, or some other shell, make sure that `~/go/bin` is in your path. For more details, see the [Installation](https://github.com/SolomonSklash/chomp-scan/wiki/Installation) wiki page. +TLDR: `root@kali:~/chomp-scan# ./installer.sh [/some/optional/install/path]` + ### Usage Chomp Scan always runs subdomain enumeration, thus a domain is required via the `-u` flag. The domain should not contain a scheme, e.g. http:// or https://. By default, HTTPS is always used. This can be changed to HTTP by passing the `-H` flag. A wordlist is optional, and if one is not provided the built-in short list (20k words) is used.