diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2017-01-30 19:50:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 19:50:10 -0500 |
commit | a70095cb2d015c12134ce646750080f38c2f5ed0 (patch) | |
tree | 39426c083fdbabcfd1839ac7c780ff0483fbccc3 | |
parent | be225d9e6b1f590fc8ca2b8086e8655b46151c90 (diff) | |
download | Inveigh-a70095cb2d015c12134ce646750080f38c2f5ed0.tar.gz Inveigh-a70095cb2d015c12134ce646750080f38c2f5ed0.zip |
Typo fixes
Thanks to @clr2of8 for reporting the typos.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ Inveigh is a Windows PowerShell LLMNR/NBNS spoofer/man-in-the-middle tool design Import-Module ./Inveigh.ps1;Invoke-Inveigh * To execute with ConsoleOutput, FileOutput, and the NBNS spoofer enabled. - Invoke-Inveigh -ConsoleOutpuy Y -FileOutput Y -NBNS Y + Invoke-Inveigh -ConsoleOutput Y -FileOutput Y -NBNS Y ##### Screenshot:  @@ -153,7 +153,7 @@ Inveigh is a Windows PowerShell LLMNR/NBNS spoofer/man-in-the-middle tool design Invoke-InveighUnprivileged * To execute with ConsoleOutput and FileOutput enabled and a run time of 30 minutes. - Invoke-InveighUnprivileged -ConsoleOutpuy Y -FileOutput Y -RunTime 30 + Invoke-InveighUnprivileged -ConsoleOutput Y -FileOutput Y -RunTime 30 ##### Screenshot:  |