From a70095cb2d015c12134ce646750080f38c2f5ed0 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Mon, 30 Jan 2017 19:50:10 -0500 Subject: Typo fixes Thanks to @clr2of8 for reporting the typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab6b7b2..3fdc85f 100644 --- a/README.md +++ b/README.md @@ -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: ![inveigh](https://cloud.githubusercontent.com/assets/5897462/18420523/924f9c7a-7842-11e6-984e-153058b28016.png) @@ -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: ![inveigh-unprivileged](https://cloud.githubusercontent.com/assets/5897462/18420530/a6645a02-7842-11e6-8d2c-bd5ff04813fe.png) -- cgit v1.2.3