diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2016-09-14 21:43:15 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2016-09-14 21:43:15 -0400 |
commit | 80ebdd4c350449a74de80cd94a8f84a53908020e (patch) | |
tree | 832a3a6115efdacabf99e13934613085e40d8b0b /Scripts/Inveigh.ps1 | |
parent | cae9ff7a8d09f3398772875ce9de4dc064038396 (diff) | |
download | Inveigh-80ebdd4c350449a74de80cd94a8f84a53908020e.tar.gz Inveigh-80ebdd4c350449a74de80cd94a8f84a53908020e.zip |
Typo fixes
Diffstat (limited to 'Scripts/Inveigh.ps1')
-rw-r--r-- | Scripts/Inveigh.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Scripts/Inveigh.ps1 b/Scripts/Inveigh.ps1 index 716f9da..0ac0fad 100644 --- a/Scripts/Inveigh.ps1 +++ b/Scripts/Inveigh.ps1 @@ -41,11 +41,11 @@ LLMNR/NBNS requests for any received LLMNR/NBNS requests. If a response is recei hostname to a spoofing blacklist. .PARAMETER SpooferLearningDelay -(Interger) Time in minutes that Inveigh will delay spoofing while valid hosts are being blacklisted through +(Integer) Time in minutes that Inveigh will delay spoofing while valid hosts are being blacklisted through SpooferLearning. .PARAMETER SpooferLearningInterval -Default = 30 Minutes: (Interger) Time in minutes that Inveigh wait before sending out an LLMNR/NBNS request for a +Default = 30 Minutes: (Integer) Time in minutes that Inveigh wait before sending out an LLMNR/NBNS request for a hostname that has already been checked if SpooferLearning is enabled. .PARAMETER SpooferRepeat |