# Responder

## About

Responder is a LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP/SMB/MSSQL/FTP/LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication.

### Links

[Github](https://github.com/lgandx/Responder)

## Installing

* Source - Preferable in a VENV

```
git clone https://github.com/lgandx/Responder.git && cd Responder
python3 -m pip install netifaces
sudo python3 Responder.py
```

## Usage

* Responder.conf file location:

```
/etc/responder/Responder.conf
```

Typically turn off SMB and HTTP if capturing relays with NTLMYRelayX

* Default with HTTP and SMB on

```
sudo python3 /usr/share/responder/Responder.py -I eth
```

* Responder logs location:

```
/usr/share/responder/logs
```

* Responder.py location:

```
/usr/share/responder/Responder.py
```

* Analyze mode

```
Responder -I eth0 -A
```

* Proxy, DHCP, verbose, downgrade

```
sudo python3 /usr/share/responder/Responder.py -I eth0 -PDv --lm
```


---

# 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/responder.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.
