# Penetration Testing Methodologies

Stages of Penetration Testing

| Stage                 | Description                                                                                                                                               |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Information Gathering | Gathering as much publically accessible information as possible  (OSINT and research)                                                                     |
| Enumeration/Scanning  | Discovering what services and applications are running on the system                                                                                      |
| Exploitation          | Leveraging vulnerabilities that were discoverd on a system using either public exploits or exploiting application logic                                   |
| Privilege Escalation  | Excalating privileges horizontally (another account of the same privilege) or vertically (administrator accounts)                                         |
| Post-Exploitation     | Contains substages: Pivoting (what other hosts can be targeted), what additional information we can gather from the host, covering your tracks, reporting |

OSSTMM (The Open Source Security Testing Methodology Manual) - provides a detailed framework of testing strategies and is the best for telecommunications, wired networks, wireless communications.&#x20;

OWASP (Open Web Applicatoin Security Project) - framework used solely to test the security of web applications and services


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kaelenvs-cybersecurity-notes.gitbook.io/kaelens-tryhackme-experience/modules/introduction-to-penetration-testing/pentesting-fundamentals/penetration-testing-methodologies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
