# Pivoting

{% hint style="info" %}
This pivot is done one the **git-serv** to allow access to the interal Wreath website
{% endhint %}

Open up firwall port

```powerquery
netsh advfirewall firewall add rule name="Chisel-Adot8" dir=in action=allow protocol=tcp localport=15997
```

Create forward proxy using chisel on git-serv

```powerquery
./chisel_windows.exe server -p 15997 --socks5
```

Make yourself the client to access the webserver on 10.200.101.100

```bash
chisel client 10.200.101.150:15997 5005:socks
```

<figure><img src="/files/20SVqSfJ6X0WTY9H3lXn" alt=""><figcaption><p>Visualization </p></figcaption></figure>

Add proxy into foxy proxy


---

# 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/wreath-try-hack-me/pivoting/10.200.101.100/pivoting.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.
