PT0-002 · Question #472
A penetration tester runs a reconnaissance script and would like the output in a standardized machine-readable format in order to pass the data to another application. Which of the following is the…
The correct answer is A. JSON. JSON (JavaScript Object Notation) is the best choice for a standardized, machine-readable output format because it is widely supported across languages and platforms, easily parsed by downstream applications, and is a recognized industry standard for structured data…
Question
A penetration tester runs a reconnaissance script and would like the output in a standardized machine-readable format in order to pass the data to another application. Which of the following is the best for the tester to use?
Options
- AJSON
- BLists
- CXLS
- DTrees
How the community answered
(42 responses)- A93% (39)
- B2% (1)
- D5% (2)
Explanation
JSON (JavaScript Object Notation) is the best choice for a standardized, machine-readable output format because it is widely supported across languages and platforms, easily parsed by downstream applications, and is a recognized industry standard for structured data interchange. Lists (B) and Trees (D) are abstract data structures, not file/output formats. XLS (C) is a Microsoft Excel spreadsheet format intended for human consumption and is not ideal for programmatic data exchange between applications. JSON's key-value structure and universal support make it the go-to format for passing data between tools in scripting and automation pipelines.
Topics
Community Discussion
No community discussion yet for this question.