PT0-002 · Question #245
PT0-002 Question #245: Real Exam Question with Answer & Explanation
The correct answer is A: Dictionary. A dictionary is a data structure that stores a collection of items, each consisting of a key and a value. In the context of penetration testing, a dictionary can be used to store a list of commonly used words or phrases (i.e. a "wordlist") that can be fed as input into various sc
Question
Which of the following can be used to store alphanumeric data that can be fed into scripts or programs as input to penetration-testing tools?
Options
- ADictionary
- BDirectory
- CSymlink
- DCatalog
- EFor-loop
Explanation
A dictionary is a data structure that stores a collection of items, each consisting of a key and a value. In the context of penetration testing, a dictionary can be used to store a list of commonly used words or phrases (i.e. a "wordlist") that can be fed as input into various scripts or programs, such as a brute-force password cracking tool. The key in this case would be the word or phrase, and the value could be a corresponding description or additional information.
Topics
Community Discussion
No community discussion yet for this question.