# Insufficient Encryption

## Overview

This is the **most** common finding in penetration tests. Having **HTTP** running on any web service should be ranked as **High** because of how easy a **MITM** attack can be if they're on the same network. Using weaker encryption algorithms will have a rank of **Low-Moderate** because of how an adversary would need a **MITM** position and advanced tools to decrypt or get a hold of a session key.

## Example 1

<figure><img src="/files/cT7KDfmoxrgphZE7eHCy" alt=""><figcaption><p>Weak encryption algorithms being used</p></figcaption></figure>

<figure><img src="/files/NN4ZlO5vWDaDeohBgl4q" alt=""><figcaption><p>Evidence and Remediation</p></figcaption></figure>

## Example 2

<figure><img src="/files/MqTa3PPJbAS2AN4FwAbC" alt=""><figcaption><p>HTTP running on a website</p></figcaption></figure>

<figure><img src="/files/pN11BGaCuWicjLU98397" alt=""><figcaption><p>Evidence and Remediation</p></figcaption></figure>


---

# 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://pnpt.adot8.com/external-pentest-playbook/common-pentest-findings/insufficient-encryption.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.
