We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc11fd commit 01f532dCopy full SHA for 01f532d
lazyrecon.sh
@@ -31,7 +31,7 @@ SECONDS=0
31
32
domain=
33
subreport=
34
-usage() { echo -e "Usage: ./lazyrecon.sh -d domain.com [-e] [excluded.domain.com,other.domain.com]\n -e\t-\tspecify excluded subdomains\n " 1>&2; exit 1; }
+usage() { echo -e "Usage: ./lazyrecon.sh -d domain.com [-e] [excluded.domain.com,other.domain.com]\nOptions:\n -e\t-\tspecify excluded subdomains\n " 1>&2; exit 1; }
35
36
while getopts ":d:e:r:" o; do
37
case "${o}" in
0 commit comments