# Web Services

![](https://3120179353-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCVlbbrFxN38nZXPDpwf%2Fuploads%2FIo3ucHZDxriopGBCvNgd%2F2022-07-28_00-09.png?alt=media\&token=b742459a-b348-4c6e-9b51-4ad262a29a58)

### Bypassing Proxies

{% embed url="<https://github.com/aancw/spose.git>" %}

This repo has a tool called spose.py when we provide the address of the url we are able to expose hidden services behind a proxy.&#x20;

```
python3 spose.py --proxy http://192.168.143.189:3128 --target 127.0.0.1
Using proxy address http://192.168.143.189:3128
127.0.0.1 3306 seems OPEN 
127.0.0.1 8080 seems OPEN 
```

In our case since the proxy was running on port 3128 we specified that as well as the exposing of the hidden services in 127.0.0.1 which is localhost.&#x20;

![](https://3120179353-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCVlbbrFxN38nZXPDpwf%2Fuploads%2FooaEecEZcJHVCiizFVvF%2F2022-07-28_00-12.png?alt=media\&token=440917c8-a2f9-4b56-af44-90d7131a92ba)

We then add the proxy to our foxy proxy and we are able to navigate to those two ports through 127.0.0.1


---

# 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://lyethar.gitbook.io/squid/enumeration/web-services.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.
