InveighZero is a C# LLMNR/NBNS/mDNS/DNS/DHCPv6 spoofer and man-in-the-middle tool designed to assist penetration testers/red teamers that find themselves limited to a Windows system. This version shares many features with the PowerShell version of Inveigh.
Privileged Mode Features (elevated admin required)
Unprivileged Mode Features
Other Features
Notable Missing Features
Notable Differences
Minimum .NET Version
Parameters
In most cases, when present, the InveighZero parameters mirror Inveigh’s parameters.
Why The Zero In The Name?
Inveigh started as a C# proof of concept before I switched over to PowerShell. The “Zero” is just a reference to the fact that the C# version sort of existed before the PowerShell version. Mainly though, I just needed a unique repo name.
Usage
Inveigh.exe
Inveigh.exe -IP 192.168.1.1
Inveigh.exe -IP 192.168.1.1 -SpooferIP 192.168.1.2
Inveigh.exe -Pcap Y -PcapTCP 80,445
Screenshots
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…