Skip to content

Commit d768edc

Browse files
authored
Merge pull request #114 from jwilk-forks/spelling
Fix typos
2 parents 37f9620 + 41cd4e5 commit d768edc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Searches through git repositories for secrets, digging deep into commit history and branches. This is effective at finding secrets accidentally committed.
33

44
## NEW
5-
Trufflehog previously functioned by running entropy checks on git diffs. This functionality still exists, but high signal regex checks have been added, and the ability to surpress entropy checking has also been added.
5+
Trufflehog previously functioned by running entropy checks on git diffs. This functionality still exists, but high signal regex checks have been added, and the ability to suppress entropy checking has also been added.
66

77
These features help cut down on noise, and makes the tool easier to shove into a devops pipeline.
88

@@ -34,12 +34,12 @@ Custom regexes can be added with the following flag `--rules /path/to/rules`. Th
3434
```
3535
Things like subdomain enumeration, s3 bucket detection, and other useful regexes highly custom to the situation can be added.
3636

37-
Feel free to also contribute high signal regexes upstream that you think will benifit the community. Things like Azure keys, Twilio keys, Google Compute keys, are welcome, provided a high signal regex can be constructed.
37+
Feel free to also contribute high signal regexes upstream that you think will benefit the community. Things like Azure keys, Twilio keys, Google Compute keys, are welcome, provided a high signal regex can be constructed.
3838

3939
Trufflehog's base rule set sources from https://github.com/dxa4481/truffleHogRegexes/blob/master/truffleHogRegexes/regexes.json
4040

4141
## How it works
42-
This module will go through the entire commit history of each branch, and check each diff from each commit, and check for secrets. This is both by regex and by entropy. For entropy checks, trufflehog will evaluate the shannon entropy for both the base64 char set and hexidecimal char set for every blob of text greater than 20 characters comprised of those character sets in each diff. If at any point a high entropy string >20 characters is detected, it will print to the screen.
42+
This module will go through the entire commit history of each branch, and check each diff from each commit, and check for secrets. This is both by regex and by entropy. For entropy checks, trufflehog will evaluate the Shannon entropy for both the base64 char set and hexadecimal char set for every blob of text greater than 20 characters comprised of those character sets in each diff. If at any point a high entropy string >20 characters is detected, it will print to the screen.
4343

4444
## Help
4545

0 commit comments

Comments
 (0)