Skip to content

Commit

Permalink
Removed leftover documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsIgnacioPortal committed Sep 11, 2022
1 parent 7317bab commit a7a6e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7a6e07

Please sign in to comment.