diff options
| -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   |