diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2021-11-30 20:34:02 -0500 |
---|---|---|
committer | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2021-11-30 20:34:02 -0500 |
commit | e87cb0a3bc481224c197e3d4cc39527e78b31079 (patch) | |
tree | f66aa1552f618eb2d816ae62c693c4d51ea72179 /Inveigh.psm1 | |
parent | e007b8f1d88fac718a62b1ae41f3b1f2bfe31bc1 (diff) | |
download | Inveigh-e87cb0a3bc481224c197e3d4cc39527e78b31079.tar.gz Inveigh-e87cb0a3bc481224c197e3d4cc39527e78b31079.zip |
bug fixes
Diffstat (limited to 'Inveigh.psm1')
-rw-r--r-- | Inveigh.psm1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Inveigh.psm1 b/Inveigh.psm1 index c7b0027..2352cb6 100644 --- a/Inveigh.psm1 +++ b/Inveigh.psm1 @@ -1,6 +1,6 @@ <# .SYNOPSIS -Inveigh is a Windows PowerShell LLMNR/NBNS/mDNS/DNS spoofer/man-in-the-middle tool. +Inveigh is a Windows PowerShell ADIDNS/LLMNR/mDNS/NBNS spoofer/man-in-the-middle tool. .LINK https://github.com/Kevin-Robertson/Inveigh |