From e00b2a615bdd80fbd7b3ce68aa9fcdba925f392f Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Wed, 5 Apr 2017 00:08:20 -0400 Subject: small update --- Inveigh.psd1 | 2 +- Inveigh.psm1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Inveigh.psd1 b/Inveigh.psd1 index 9b30cd6..d3e601d 100644 --- a/Inveigh.psd1 +++ b/Inveigh.psd1 @@ -27,7 +27,7 @@ CompanyName = '' Copyright = 'BSD 3-Clause' # Description of the functionality provided by this module -Description = 'Inveigh - LLMNR/NBNS spoofer/man-in-the-middle tool' +Description = 'Inveigh - LLMNR/mDNS/NBNS spoofer/man-in-the-middle tool' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '2.0' diff --git a/Inveigh.psm1 b/Inveigh.psm1 index 879021d..96708d8 100644 --- a/Inveigh.psm1 +++ b/Inveigh.psm1 @@ -1,6 +1,6 @@ <# .SYNOPSIS -Inveigh is a Windows PowerShell LLMNR/NBNS spoofer/man-in-the-middle tool. +Inveigh is a Windows PowerShell LLMNR/mDNS/NBNS spoofer/man-in-the-middle tool. .LINK https://github.com/Kevin-Robertson/Inveigh -- cgit v1.2.3