GWAPT · Question #126
What is the purpose of spidering during reconnaissance?
The correct answer is B. To map all linked pages of a web application. Spidering (web crawling) is a reconnaissance technique used to automatically discover and map all linked pages, directories, and resources within a web application - giving attackers or penetration testers a comprehensive picture of the attack surface before probing further…
Question
What is the purpose of spidering during reconnaissance?
Options
- ATo inject SQL payloads
- BTo map all linked pages of a web application
- CTo identify encryption methods
- DTo generate network traffic logs
How the community answered
(24 responses)- A4% (1)
- B79% (19)
- C4% (1)
- D13% (3)
Explanation
Spidering (web crawling) is a reconnaissance technique used to automatically discover and map all linked pages, directories, and resources within a web application - giving attackers or penetration testers a comprehensive picture of the attack surface before probing further. Option A (SQL injection) is an exploitation technique, not reconnaissance. Option C (identifying encryption methods) describes a different recon activity like SSL/TLS enumeration. Option D (generating network traffic logs) describes traffic capture or load testing, not spidering.
Memory tip: Think of a spider building a web - it methodically follows every thread (link) to map the full structure. A web spider does the same: it crawls every hyperlink it finds, building a complete "map" of the site.
Community Discussion
No community discussion yet for this question.