# Pentesting Methodology

{% hint style="success" %}
Learn & practice AWS Hacking:<img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-ce8af1068db7be4ad9003f8ddb02fea8f943f1a4%2Farte.png?alt=media" alt="" data-size="line">[**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)<img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-ce8af1068db7be4ad9003f8ddb02fea8f943f1a4%2Farte.png?alt=media" alt="" data-size="line">\
Learn & practice GCP Hacking: <img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-54ee1fb931f39d1e6f50150361b6aa1927f4ee88%2Fgrte.png?alt=media" alt="" data-size="line">[**HackTricks Training GCP Red Team Expert (GRTE)**<img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-54ee1fb931f39d1e6f50150361b6aa1927f4ee88%2Fgrte.png?alt=media" alt="" data-size="line">](https://training.hacktricks.xyz/courses/grte)

<details>

<summary>Support HackTricks</summary>

* Check the [**subscription plans**](https://github.com/sponsors/carlospolop)!
* **Join the** 💬 [**Discord group**](https://discord.gg/hRep4RUj7f) or the [**telegram group**](https://t.me/peass) or **follow** us on **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks_live)**.**
* **Share hacking tricks by submitting PRs to the** [**HackTricks**](https://github.com/carlospolop/hacktricks) and [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos.

</details>
{% endhint %}

<figure><img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-e70bceed6fa35760d025f037a78106ab025a68cd%2Fimage%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

If you are interested in **hacking career** and hack the unhackable - **we are hiring!** (*fluent polish written and spoken required*).

{% embed url="<https://www.stmcyber.com/careers>" %}

## Pentesting Methodology

<figure><img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-b157a6f39db705305ef066bcb29fb6d7fb972e9f%2FHACKTRICKS-logo.svg?alt=media" alt=""><figcaption></figcaption></figure>

*Hacktricks logos designed by* [*@ppiernacho*](https://www.instagram.com/ppieranacho/)*.*

### 0- Physical Attacks

Do you have **physical access** to the machine that you want to attack? You should read some [**tricks about physical attacks**](https://angelica.gitbook.io/hacktricks/hardware-physical-access/physical-attacks) and others about [**escaping from GUI applications**](https://angelica.gitbook.io/hacktricks/hardware-physical-access/escaping-from-gui-applications).

### 1 - [Discovering hosts inside the network ](https://angelica.gitbook.io/hacktricks/pentesting-network#discovering-hosts)/ [Discovering Assets of the company](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/external-recon-methodology)

**Depending** if the **test** you are perform is an **internal or external test** you may be interested on finding **hosts inside the company network** (internal test) or **finding assets of the company on the internet** (external test).

{% hint style="info" %}
Note that if you are performing an external test, once you manage to obtain access to the internal network of the company you should re-start this guide.
{% endhint %}

### **2-** [**Having Fun with the network**](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/pentesting-network) **(Internal)**

**This section only applies if you are performing an internal test.**\
Before attacking a host maybe you prefer to **steal some credentials** **from the network** or **sniff** some **data** to learn **passively/actively(MitM)** what can you find inside the network. You can read [**Pentesting Network**](https://angelica.gitbook.io/hacktricks/pentesting-network#sniffing).

### 3- [Port Scan - Service discovery](https://angelica.gitbook.io/hacktricks/pentesting-network#scanning-hosts)

The first thing to do when **looking for vulnerabilities in a host** is to know which **services are running** in which ports. Let's see the[ **basic tools to scan ports of hosts**](https://angelica.gitbook.io/hacktricks/pentesting-network#scanning-hosts).

### **4-** [Searching service version exploits](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/search-exploits)

Once you know which services are running, and maybe their version, you have to **search for known vulnerabilities**. Maybe you get lucky and there is a exploit to give you a shell...

### **5-** Pentesting Services

If there isn't any fancy exploit for any running service, you should look for **common misconfigurations in each service running.**

**Inside this book you will find a guide to pentest the most common services** (and others that aren't so common)**. Please, search in the left index the** ***PENTESTING*** **section** (the services are ordered by their default ports).

**I want to make a special mention of the** [**Pentesting Web**](https://angelica.gitbook.io/hacktricks/network-services-pentesting/pentesting-web) **part (as it is the most extensive one).**\
Also, a small guide on how to[ **find known vulnerabilities in software**](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/search-exploits) can be found here.

**If your service is not inside the index, search in Google** for other tutorials and **let me know if you want me to add it.** If you **can't find anything** in Google, perform your **own blind pentesting**, you could start by **connecting to the service, fuzzing it and reading the responses** (if any).

#### 5.1 Automatic Tools

There are also several tools that can perform **automatic vulnerabilities assessments**. **I would recommend you to try** [**Legion**](https://github.com/carlospolop/legion)**, which is the tool that I have created and it's based on the notes about pentesting services that you can find in this book.**

#### **5.2 Brute-Forcing services**

In some scenarios a **Brute-Force** could be useful to **compromise** a **service**. [**Find here a CheatSheet of different services brute forcing**](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/brute-force)**.**

### 6- [Phishing](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/phishing-methodology)

If at this point you haven't found any interesting vulnerability you **may need to try some phishing** in order to get inside the network. You can read my phishing methodology [here](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/phishing-methodology):

### **7-** [**Getting Shell**](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/reverse-shells)

Somehow you should have found **some way to execute code** in the victim. Then, [a list of possible tools inside the system that you can use to get a reverse shell would be very useful](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/reverse-shells).

Specially in Windows you could need some help to **avoid antiviruses**: [**Check this page**](https://angelica.gitbook.io/hacktricks/windows-hardening/av-bypass)**.**\\

### 8- Inside

If you have troubles with the shell, you can find here a small **compilation of the most useful commands** for pentesters:

* [**Linux**](https://angelica.gitbook.io/hacktricks/linux-hardening/useful-linux-commands)
* [**Windows (CMD)**](https://angelica.gitbook.io/hacktricks/windows-hardening/basic-cmd-for-pentesters)
* [**Windows (PS)**](https://angelica.gitbook.io/hacktricks/windows-hardening/basic-powershell-for-pentesters)

### **9 -** [**Exfiltration**](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/exfiltration)

You will probably need to **extract some data from the victim** or even **introduce something** (like privilege escalation scripts). **Here you have a** [**post about common tools that you can use with these purposes**](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/exfiltration)**.**

### **10- Privilege Escalation**

#### **10.1- Local Privesc**

If you are **not root/Administrator** inside the box, you should find a way to **escalate privileges.**\
Here you can find a **guide to escalate privileges locally in** [**Linux**](https://angelica.gitbook.io/hacktricks/linux-hardening/privilege-escalation) **and in** [**Windows**](https://angelica.gitbook.io/hacktricks/windows-hardening/windows-local-privilege-escalation)**.**\
You should also check this pages about how does **Windows work**:

* [**Authentication, Credentials, Token privileges and UAC**](https://angelica.gitbook.io/hacktricks/windows-hardening/authentication-credentials-uac-and-efs)
* How does [**NTLM works**](https://angelica.gitbook.io/hacktricks/windows-hardening/ntlm)
* How to [**steal credentials**](https://github.com/carlospolop/hacktricks/blob/master/generic-methodologies-and-resources/broken-reference/README.md) in Windows
* Some tricks about [***Active Directory***](https://angelica.gitbook.io/hacktricks/windows-hardening/active-directory-methodology)

**Don't forget to checkout the best tools to enumerate Windows and Linux local Privilege Escalation paths:** [**Suite PEAS**](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite)

#### **10.2- Domain Privesc**

Here you can find a [**methodology explaining the most common actions to enumerate, escalate privileges and persist on an Active Directory**](https://angelica.gitbook.io/hacktricks/windows-hardening/active-directory-methodology). Even if this is just a subsection of a section, this process could be **extremely delicate** on a Pentesting/Red Team assignment.

### 11 - POST

#### **11**.1 - Looting

Check if you can find more **passwords** inside the host or if you have **access to other machines** with the **privileges** of your **user**.\
Find here different ways to [**dump passwords in Windows**](https://github.com/carlospolop/hacktricks/blob/master/generic-methodologies-and-resources/broken-reference/README.md).

#### 11.2 - Persistence

**Use 2 o 3 different types of persistence mechanism so you won't need to exploit the system again.**\
**Here you can find some** [**persistence tricks on active directory**](https://angelica.gitbook.io/hacktricks/windows-hardening/active-directory-methodology#persistence)**.**

TODO: Complete persistence Post in Windows & Linux

### 12 - Pivoting

With the **gathered credentials** you could have access to other machines, or maybe you need to **discover and scan new hosts** (start the Pentesting Methodology again) inside new networks where your victim is connected.\
In this case tunnelling could be necessary. Here you can find [**a post talking about tunnelling**](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/tunneling-and-port-forwarding).\
You definitely should also check the post about [Active Directory pentesting Methodology](https://angelica.gitbook.io/hacktricks/windows-hardening/active-directory-methodology). There you will find cool tricks to move laterally, escalate privileges and dump credentials.\
Check also the page about [**NTLM**](https://angelica.gitbook.io/hacktricks/windows-hardening/ntlm), it could be very useful to pivot on Windows environments..

### MORE

#### [Android Applications](https://angelica.gitbook.io/hacktricks/mobile-pentesting/android-app-pentesting)

#### **Exploiting**

* [**Basic Linux Exploiting**](https://github.com/kody-black/hacktricks/blob/master/generic-methodologies-and-resources/broken-reference/README.md)
* [**Basic Windows Exploiting**](https://angelica.gitbook.io/hacktricks/binary-exploitation/windows-exploiting-basic-guide-oscp-lvl)
* [**Basic exploiting tools**](https://angelica.gitbook.io/hacktricks/binary-exploitation/basic-stack-binary-exploitation-methodology/tools)

#### [**Basic Python**](https://angelica.gitbook.io/hacktricks/generic-methodologies-and-resources/python)

#### **Crypto tricks**

* [**ECB**](https://angelica.gitbook.io/hacktricks/crypto-and-stego/electronic-code-book-ecb)
* [**CBC-MAC**](https://angelica.gitbook.io/hacktricks/crypto-and-stego/cipher-block-chaining-cbc-mac-priv)
* [**Padding Oracle**](https://angelica.gitbook.io/hacktricks/crypto-and-stego/padding-oracle-priv)

<figure><img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-e70bceed6fa35760d025f037a78106ab025a68cd%2Fimage%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

If you are interested in **hacking career** and hack the unhackable - **we are hiring!** (*fluent polish written and spoken required*).

{% embed url="<https://www.stmcyber.com/careers>" %}

{% hint style="success" %}
Learn & practice AWS Hacking:<img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-ce8af1068db7be4ad9003f8ddb02fea8f943f1a4%2Farte.png?alt=media" alt="" data-size="line">[**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)<img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-ce8af1068db7be4ad9003f8ddb02fea8f943f1a4%2Farte.png?alt=media" alt="" data-size="line">\
Learn & practice GCP Hacking: <img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-54ee1fb931f39d1e6f50150361b6aa1927f4ee88%2Fgrte.png?alt=media" alt="" data-size="line">[**HackTricks Training GCP Red Team Expert (GRTE)**<img src="https://4053168017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbkAZDoSuRHGdNlWHdyKs%2Fuploads%2Fgit-blob-54ee1fb931f39d1e6f50150361b6aa1927f4ee88%2Fgrte.png?alt=media" alt="" data-size="line">](https://training.hacktricks.xyz/courses/grte)

<details>

<summary>Support HackTricks</summary>

* Check the [**subscription plans**](https://github.com/sponsors/carlospolop)!
* **Join the** 💬 [**Discord group**](https://discord.gg/hRep4RUj7f) or the [**telegram group**](https://t.me/peass) or **follow** us on **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks_live)**.**
* **Share hacking tricks by submitting PRs to the** [**HackTricks**](https://github.com/carlospolop/hacktricks) and [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos.

</details>
{% endhint %}
