QuestionQ53
DevSecOps Pipeline-Operate and Monitor StageWhich command should William use with GitGraber to search for secrets using a keyword — assume the keyword is yahoo — in order to detect sensitive information in real time within his organization's GitHub repository, after downloading GitGraber and installing its dependencies?
A. python3 gitGraber.py -p wordlist/keywordsfile.txt -q “\yahoo\” -s
B. python3 gitGraber.py -g wordlist/keywordsfile.txt -q “\yahoo\” -s
C. python3 gitGraber.py -k wordlist/keywordsfile.txt -q “\yahoo\” -s
D. python3 gitGraber.py -w wordlist/keywordsfile.txt -q “\yahoo\” -s
- A python3 gitGraber.py -p wordlist/keywordsfile.txt -q “\yahoo\” -s
- B python3 gitGraber.py -g wordlist/keywordsfile.txt -q “\yahoo\” -s
- C python3 gitGraber.py -k wordlist/keywordsfile.txt -q “\yahoo\” -s
- D python3 gitGraber.py -w wordlist/keywordsfile.txt -q “\yahoo\” -s
Community Discussion