A penetration tester successfully clones a source code repository and then runs the following command:
find . -type f -exec egrep -i "token|key|login" {} \;
Which of the following is the penetration tester conducting?
Penetration testers search for hardcoded credentials, API keys, and authentication tokens in source code repositories to identify secrets leakage.
Secrets scanning (Option B):
The find and egrep command scans all files recursively for sensitive keywords like 'token,' 'key,' and 'login'.
Attackers use tools like TruffleHog and GitLeaks to automate secret discovery.
Incorrect options:
Option A (Data tokenization): Tokenization replaces sensitive data with unique tokens, not scanning for credentials.
Option C (Password spraying): Tries common passwords across multiple accounts, unrelated to scanning source code.
Jeff
6 months agoAmie
6 months agoJina
6 months agoLajuana
6 months agoLindsey
7 months agoChun
7 months agoStephania
7 months agoAndree
7 months agoJudy
7 months agoOneida
8 months agoQuentin
8 months agoHyun
8 months agoHannah
8 months agoGolda
8 months agoPedro
8 months agoLeslie
8 months agoLenna
8 months agoKenda
8 months agoNatalie
1 year agoCarissa
1 year agoTula
1 year agoPatrick
1 year agoFrancesco
1 year agoMollie
1 year agoLennie
1 year agoMonroe
1 year agoErasmo
1 year agoJonell
1 year agoCordell
1 year agoBlondell
1 year agoRenea
1 year agoGregoria
1 year agoCarin
1 year agoGlenna
1 year ago