diff --git a/README.md b/README.md index 1c580de..840f73b 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ Usage examples: Example: Cat a file, and lookup scopes on firebounty cat recon-targets.txt | hacker-scoper -c google - Example: Cat a file, lookup scopes on firebounty, disable the fancy output, sort, and remove duplicats - cat recon-targets.txt | hacker-scoper -c google -ch | sort -u + Example: Cat a file, and use the .inscope & .noscope files + cat recon-targets.txt | hacker-scoper Example: Manually pick a file, lookup scopes on firebounty, and set explicit-level hacker-scoper -f recon-targets.txt -c google -e 2 diff --git a/main.go b/main.go index d95e17b..4c6286e 100644 --- a/main.go +++ b/main.go @@ -89,8 +89,8 @@ Usage examples: Example: Cat a file, and lookup scopes on firebounty cat recon-targets.txt | hacker-scoper -c google - Example: Cat a file, lookup scopes on firebounty, disable the fancy output, sort, and remove duplicats - cat recon-targets.txt | hacker-scoper -c google -ch | sort -u + Example: Cat a file, and use the .inscope & .noscope files + cat recon-targets.txt | hacker-scoper Example: Manually pick a file, lookup scopes on firebounty, and set explicit-level hacker-scoper -f recon-targets.txt -c google -e 2