# Reviewing and Extracting Information

## Overview

Review vulnerabilities medium and above. Very common vulnerabilities are DNS or SSL self signed certificate related.

Export the **Nessus file** and create a **Executive Summary** and **Custom** (everything selected)  report as a PDF and HTML.

<figure><img src="/files/N5edK8ghYvEcQV6vH9I2" alt=""><figcaption><p>Nessus Example</p></figcaption></figure>

A XML report can also be generated to give to the client using[ this tool](http://www.melcara.com/) (or just search for nessus parser). The document is also useful for us by using the **portScanData section** and importing that data into our **checklist targets section**

```bash
perl parse_nessus_xml.v24.pl -f PNPT_mbpjyt.nessus
```

<figure><img src="/files/GNgEocU4jUJFidz4WESq" alt=""><figcaption><p>Parsed Nsssus scan Example</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/methodology/reviewing-and-extracting-information.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.
