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 to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…