diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2018-09-25 14:46:02 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2018-09-25 14:46:02 -0400 |
commit | c9809376e0afb613b3331a79c8ac83c7f48c679a (patch) | |
tree | a7b7a36114fb51ea28c4201d838f896aa10427ab /Inveigh.psm1 | |
parent | a2553ac147ceddb23bb85f3e37f9b82c626b6e38 (diff) | |
download | Inveigh-c9809376e0afb613b3331a79c8ac83c7f48c679a.tar.gz Inveigh-c9809376e0afb613b3331a79c8ac83c7f48c679a.zip |
Inveigh 1.41.4
Inveigh
Added ADIDNS attacks
New detection evasions
Inveigh Relay
Added session and enumerate attacks
Added ability to handle multiple targets with target selection based on the enumerate attack and/or BloodHound imports
Diffstat (limited to 'Inveigh.psm1')
-rw-r--r-- | Inveigh.psm1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Inveigh.psm1 b/Inveigh.psm1 index 96708d8..2352cb6 100644 --- a/Inveigh.psm1 +++ b/Inveigh.psm1 @@ -1,9 +1,9 @@ <# .SYNOPSIS -Inveigh is a Windows PowerShell LLMNR/mDNS/NBNS 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 #> -Import-Module $PWD\Scripts\Inveigh.ps1 -Import-Module $PWD\Scripts\Inveigh-Relay.ps1
\ No newline at end of file +Import-Module $PWD\Inveigh.ps1 +Import-Module $PWD\Inveigh-Relay.ps1
\ No newline at end of file |