# LLMNR / NBT NS Spoofing

## Metasplpoit

`auxiliary/spoof/llmnr/llmnr_response` \
`auxiliary/spoof/nbns/nbns_response`&#x20;

Capture the hashes:&#x20;

`auxiliary/server/capture/smb` \
`auxiliary/server/capture/http_ntlm`&#x20;

You’ll end up with NTLMv2 hash, use john or hashcat to crack it.&#x20;

## Responder

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.

```
git clone https://github.com/lgandx/Responder 
python Responder.py -i local-ip -I eth0 
```

## C# version - Inveigh

Windows PowerShell ADIDNS/LLMNR/mDNS/NBNS spoofer/man-in-the-middle tool

<https://github.com/Kevin-Robertson/InveighZero>


---

# 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://infra.newerasec.com/infrastructure-testing/gaining-access/llmnr-nbt-ns-spoofing.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.
