From 905a2c64f7ffd89d3158f349aed28a9f79f55f2a Mon Sep 17 00:00:00 2001 From: bellma101 Date: Tue, 5 Mar 2019 17:04:43 -0600 Subject: [PATCH] Updated -h usage. --- chomp-scan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chomp-scan.sh b/chomp-scan.sh index bad2993..a4246e2 100755 --- a/chomp-scan.sh +++ b/chomp-scan.sh @@ -113,6 +113,7 @@ function usage() { echo -e "$GREEN""chomp-scan.sh -u example.com -a d short -cC large -p -o path/to/directory\\n""$NC"; echo -e "$GREEN""Usage of Chomp Scan:""$NC"; echo -e "$BLUE""\\t-u domain \\n\\t\\t$ORANGE (required) Domain name to scan. This should not include a scheme, e.g. https:// or http://.""$NC"; + echo -e "$BLUE""\\t-L config-file \\n\\t\\t$ORANGE (optional) The path to a config file. This can be used to provide more granular control over what tools are run.""$NC"; echo -e "$BLUE""\\t-d wordlist\\n\\t\\t$ORANGE (optional) The wordlist to use for subdomain enumeration. Three built-in lists, short, long, and huge can be used, as well as the path to a custom wordlist. The default is short.""$NC"; echo -e "$BLUE""\\t-c \\n\\t\\t$ORANGE (optional) Enable content discovery phase. The wordlist for this option defaults to short if not provided.""$NC"; echo -e "$BLUE""\\t-C wordlist \\n\\t\\t$ORANGE (optional) The wordlist to use for content discovery. Five built-in lists, small, medium, large, xl, and xxl can be used, as well as the path to a custom wordlist. The default is small.""$NC";