diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2016-03-16 10:34:23 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2016-03-16 10:34:23 -0400 |
commit | ebdaa8ed63b784b2bcf33781dd7f3590ad419538 (patch) | |
tree | 11abe1a2ff7dd7ec53fb402445a5f2c159f66f7b /README.md | |
parent | eda4eb440dc7860ebf4eb9884e63c284748e9bb5 (diff) | |
download | Inveigh-ebdaa8ed63b784b2bcf33781dd7f3590ad419538.tar.gz Inveigh-ebdaa8ed63b784b2bcf33781dd7f3590ad419538.zip |
Readme fix
Second attempt at getting the Invoke-InveighBruteForce example right:)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ Inveigh is a Windows PowerShell LLMNR/NBNS spoofer/man-in-the-middle tool design Invoke-InveighRelay -SMBRelayTarget 'valid SMB target IP' -SMBRelayCommand "valid command to run on target" * To execute Invoke-InveighBruteForce against a target: - Invoke-InveighBruteForce -SpooferTarget 'valid SMB target IP' + Invoke-InveighBruteForce -SpooferTarget 'valid target IP' ## Included In * PowerShell Empire - https://github.com/PowerShellEmpire/Empire |