๐ฏ Methodology
๐ Enumeration
Enumeration is the process of actively probing a target system to discover more detailed information about its services, users, and potential vulnerabilities. This phase builds upon the information gathered during reconnaissance and is a more intrusive process.
Key Areas of Enumeration
This section covers the following key areas of enumeration:
API Enumeration
Identifying and understanding the structure of APIs (Application Programming Interfaces).
Endpoint Mapping
Discovering the various endpoints and routes available in a web application.
JavaScript Analysis
Analyzing JavaScript files to find hidden functionality, API keys, and other sensitive information.
Parameter Discovery
Finding hidden parameters that can be used to manipulate the behavior of a web application.