Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tillson authored May 17, 2020
1 parent fda04b7 commit 68bcce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ More information on methodologies is available in the [accompanying blog post](h

## Usage

`echo "tillsongalloway.com" | git-hound` or `git-hound --subdomain-file subdomains.txt`
`echo "\"tillsongalloway.com\"" | git-hound` or `git-hound --subdomain-file subdomains.txt`

## Setup

Expand All @@ -41,7 +41,7 @@ For detecting future API key leaks, GitHub offers [Push Token Scanning](https://

My primary use for GitHound is for finding sensitive information for Bug Bounty programs. For high-profile targets, the `--many-results` hack and `--languages` flag are useful for scraping >100 pages of results.

`echo "uberinternal.com" | githound --dig-files --dig-commits --many-results --languages common-languages.txt --threads 100`
`echo "\"uberinternal.com\"" | githound --dig-files --dig-commits --many-results --languages common-languages.txt --threads 100`

## How does GitHound find API keys?
https://github.com/tillson/git-hound/blob/master/internal/app/keyword_scan.go
Expand Down

0 comments on commit 68bcce9

Please sign in to comment.