Browse Source

Update README.md

REDMED-X 1 year ago
parent
commit
50a882c270
1 changed files with 2 additions and 2 deletions
  1. 2 2
      KIT/PasswordSpray/README.md

+ 2 - 2
KIT/PasswordSpray/README.md

@@ -1,7 +1,7 @@
 # PasswordSpray
-Validate a single password against multiple accounts using kerberos authentication and a list with predefined usrenames. The list can be loaded from your own attacker system.
+Validate a single password against multiple accounts using kerberos authentication and a list with predefined usernames. The list can be loaded from your own attacker system.
 
->A valid list with usrenames is considered newline separated. 
+>A valid list with usernames is considered newline separated. 
 
 ## Arguments
 * `<path to username file>`: the path on your own attacker system to a file containing the list with usernames. Each username must be newline separated.