Quellcode durchsuchen

Update README.md

REDMED-X vor 1 Jahr
Ursprung
Commit
50a882c270
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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.