diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2016-03-16 10:30:20 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2016-03-16 10:30:20 -0400 |
commit | eda4eb440dc7860ebf4eb9884e63c284748e9bb5 (patch) | |
tree | 4b06b09dd4f9f9421494ab6f09dd6252e6496c68 | |
parent | ef1db479fd6e495c2e0469121b3e3ca49209efaf (diff) | |
download | Inveigh-eda4eb440dc7860ebf4eb9884e63c284748e9bb5.tar.gz Inveigh-eda4eb440dc7860ebf4eb9884e63c284748e9bb5.zip |
Readme fix
The Invoke-InveighBruteForce example listed the wrong function
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -195,8 +195,8 @@ Inveigh is a Windows PowerShell LLMNR/NBNS spoofer/man-in-the-middle tool design * To execute SMB relay with only Invoke-InveighRelay: Invoke-InveighRelay -SMBRelayTarget 'valid SMB target IP' -SMBRelayCommand "valid command to run on target" -* To execute Inveigh-BruteForce against a target: - Invoke-InveighRelay -SpooferTarget 'valid SMB target IP' +* To execute Invoke-InveighBruteForce against a target: + Invoke-InveighBruteForce -SpooferTarget 'valid SMB target IP' ## Included In * PowerShell Empire - https://github.com/PowerShellEmpire/Empire |