# Proxychains

## About

A tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP.

### Links

[Github](https://github.com/haad/proxychains)

## Installing

* Source

```
git clone https://github.com/haad/proxychains.git && cd proxychains
./configure
make
sudo make install
```

## Usage

General

```
proxychains COMMAND
```

Passing various \[\[NetExec]] commands

* Dump SAM:

```
sudo proxychains crackmaxpexec smb ip -u user -p '' -d domain --sam
```

* Dump LSA:

```
sudo proxychains crackmaxpexec smb ip -u user -p '' -d domain --lsa
```

* Dump shares:

```
sudo proxychains crackmaxpexec smb ip -u user -p '' -d domain --shares
```


---

# 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://cybersec.th4ntis.com/tools/proxychains.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.
