From a7a6e07eb5be5f4511331169c3f7c84556711617 Mon Sep 17 00:00:00 2001 From: PinkDev1 <5990@protonmail.com> Date: Sun, 11 Sep 2022 08:16:45 -0300 Subject: [PATCH] Removed leftover documentation --- README.md | 4 ++-- main.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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