mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
[analyze] Add basic section to README (#3190)
This commit is contained in:
parent
7730fc826b
commit
8b37ae11ca
1 changed files with 8 additions and 0 deletions
|
@ -696,6 +696,14 @@ with HTTPServer(('', 8000), Verifier) as server:
|
|||
pass
|
||||
```
|
||||
|
||||
## :mag: Analyze
|
||||
|
||||
TruffleHog supports running a deeper analysis of a credential to view its permissions and the resources it has access to.
|
||||
|
||||
```bash
|
||||
trufflehog analyze
|
||||
```
|
||||
|
||||
# :heart: Contributors
|
||||
|
||||
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
|
||||
|
|
Loading…
Reference in a new issue