Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-22 00:22:44 +00:00
parent b4c3b9f9ca
commit 2e2b744bba
8 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Scan a GitHub organization for verified secrets:
`trufflehog github --org={{trufflesecurity}} --only-verified`
`trufflehog github --org {{trufflesecurity}} --only-verified`
- Scan a GitHub repository for verified keys and get JSON output:
@@ -22,15 +22,15 @@ source: https://github.com/tldr-pages/tldr.git
- Scan a GitHub repository along with its Issues and Pull Requests:
`trufflehog github --repo={{https://github.com/trufflesecurity/test_keys}} --issue-comments --pr-comments`
`trufflehog github --repo {{https://github.com/trufflesecurity/test_keys}} --issue-comments --pr-comments`
- Scan an S3 bucket for verified keys:
`trufflehog s3 --bucket={{bucket name}} --only-verified`
`trufflehog s3 --bucket {{bucket name}} --only-verified`
- Scan S3 buckets using IAM Roles:
`trufflehog s3 --role-arn={{iam-role-arn}}`
`trufflehog s3 --role-arn {{iam-role-arn}}`
- Scan individual files or directories: