mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
trufflehog: remove unnecessary = sign (#18041)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- Escanea una organización de GitHub en busca de secretos verificados:
|
||||
|
||||
`trufflehog github --org={{trufflesecurity}} --only-verified`
|
||||
`trufflehog github --org {{trufflesecurity}} --only-verified`
|
||||
|
||||
- Escanea un repositorio de GitHub en busca de claves verificadas y genera un archivo de salida JSON:
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
|
||||
- Escanea un repositorio de GitHub junto con sus incidencias y solicitudes de extracción:
|
||||
|
||||
`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`
|
||||
|
||||
- Escanea un cubo S3 en busca de claves verificadas:
|
||||
|
||||
`trufflehog s3 --bucket={{nombre_del_cubo}} --only-verified`
|
||||
`trufflehog s3 --bucket {{nombre_del_cubo}} --only-verified`
|
||||
|
||||
- Escanea cubos S3 utilizando roles IAM:
|
||||
|
||||
`trufflehog s3 --role-arn={{iam-role-arn}}`
|
||||
`trufflehog s3 --role-arn {{iam-role-arn}}`
|
||||
|
||||
- Escanea archivos o directorios individuales:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- GitHub 조직에서 검증된 비밀 검색:
|
||||
|
||||
`trufflehog github --org={{trufflesecurity}} --only-verified`
|
||||
`trufflehog github --org {{trufflesecurity}} --only-verified`
|
||||
|
||||
- GitHub 저장소에서 검증된 키 검색 및 JSON 출력 받기:
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
|
||||
- GitHub 저장소와 그 이슈 및 풀 리퀘스트 검색:
|
||||
|
||||
`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`
|
||||
|
||||
- S3 버킷에서 검증된 키 검색:
|
||||
|
||||
`trufflehog s3 --bucket={{버킷 이름}} --only-verified`
|
||||
`trufflehog s3 --bucket {{버킷 이름}} --only-verified`
|
||||
|
||||
- IAM 역할을 사용하여 S3 버킷 검색:
|
||||
|
||||
`trufflehog s3 --role-arn={{iam-role-arn}}`
|
||||
`trufflehog s3 --role-arn {{iam-role-arn}}`
|
||||
|
||||
- 개별 파일 또는 디렉터리 검색:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user