# Methodology > Tools

## Overview

Look for quick wins with Kernel Exploits using Windows Exploit Suggester or the Metasploit Local Exploit Suggester.&#x20;

If the machine is fully patched, look for misconfigurations next using PowerUp or winPEAS

If those don't even work try using other tools, [**Watson**](https://github.com/rasta-mouse/Watson),[ ](https://github.com/rasta-mouse/Watson)[**Sherlock**](https://github.com/rasta-mouse/Sherlock)**,** [**JAWS**](https://github.com/411Hall/JAWS)**,** [**Seabelt**](https://github.com/GhostPack/Seatbelt)**,** etc.

The tools are always changing but the methodology and mindset are always the same. You can do everything that the tools are doing by yourself manually, so there shouldn't be any excuses. The box was made vulnerable so there must be a way to **pwn** it.

<figure><img src="/files/MSz53yVVCl8amVZfA1k3" alt=""><figcaption><p>Tools list</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/windows-privilege-escalation/initial-enumeration-automated/methodology-greater-than-tools.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.
