312-50V12 · Question #68
312-50V12 Question #68: Real Exam Question with Answer & Explanation
The correct answer is D: Performing content enumeration using a wordlist. Performing content enumeration using a wordlist is the fastest way to perform content enumeration on a given web server using the Gobuster tool. This is because a wordlist includes common paths, directories, and files that are likely to exist on the web server, and it is a pre-bu
Question
What would be the fastest way to perform content enumeration on a given web server by using the Gobuster tool?
Options
- APerforming content enumeration using the bruteforce mode and 10 threads
- BPerforming content enumeration using the bruteforce mode and random file extensions
- CSkipping SSL certificate verification
- DPerforming content enumeration using a wordlist
Explanation
Performing content enumeration using a wordlist is the fastest way to perform content enumeration on a given web server using the Gobuster tool. This is because a wordlist includes common paths, directories, and files that are likely to exist on the web server, and it is a pre-built list, so there is no need to generate a list on the fly. This approach avoids the overhead of trying to brute force filenames or extensions and reduces the time it takes to discover content.
Topics
Community Discussion
No community discussion yet for this question.