diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2017-02-06 22:55:51 -0500 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2017-02-06 22:55:51 -0500 |
commit | 475f82d7b3dffd36a913a14bd4073ec472c430f2 (patch) | |
tree | 7e323e6ade9ba14511c5a0a584b20c6e2ae2d024 /README.md | |
parent | 4ec48bad98135e578c91c30e9cee0bf2cbce36d8 (diff) | |
download | Inveigh-475f82d7b3dffd36a913a14bd4073ec472c430f2.tar.gz Inveigh-475f82d7b3dffd36a913a14bd4073ec472c430f2.zip |
Fixed a bug that was causing auth failures during SMB relay
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,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:  @@ -150,7 +150,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:  |