@@ -72,19 +72,19 @@ fcrackzip -u -D -p <wordlist> <file>.zip
7272
7373## Common Password Guessing Tactics
7474
75- | ** Tactic** | ** Example** |
76- | ----------- | ------------------------------------ |
77- | Year/Number Iteration | Change years (` Pass2023 ` -> ` Pass2024 ` ) or numbers (` Pass1 ` -> ` Pass2 ` ). |
78- | Username as Password | ` username:username ` or variations (` Username123 ` , ` username! ` ) |
79- | Company/Service Name + Seasons/Suffix | ` CompanySpring24 ` , ` Servicewinter ` , ` PasswordSummer25 ` |
80- | Company/Service Name + Year/Suffix | ` CompanyName2024 ` , ` ServiceName! ` , ` Acme123 ` |
81- | Common Suffixes/Prefixes | Add ` ! ` , ` @ ` , ` # ` , ` 123 ` to known words/usernames |
82- | Default Credentials | Always check for software/appliance defaults (` admin:admin ` , ` root:toor ` ) |
83- | Simple/Common Passwords | ` password ` , ` welcome ` , ` test ` , ` 123456 ` , ` secret ` |
84- | Credential Reuse | Try compromised credentials on other services |
85- | Blank Passwords | Attempt login with just the username |
86- | Keyboard Patterns | ` qwerty ` , ` 12345 ` |
87- | Leetspeak | Simple substitutions (` p@$$w0rd ` ) |
75+ | ** Tactic** | ** Example** |
76+ | ---------------------------------------- | ------------------------------------- ------------------------------------ |
77+ | Year/Number Iteration | Change years (` Pass2023 ` -> ` Pass2024 ` ) or numbers (` Pass1 ` -> ` Pass2 ` ). |
78+ | Username as Password | ` username:username ` or variations (` Username123 ` , ` username! ` ) |
79+ | Company/Service Name + Seasons/Suffix | ` CompanySpring24 ` , ` Servicewinter ` , ` PasswordSummer25 ` |
80+ | Company/Service Name + Year/Suffix | ` CompanyName2024 ` , ` ServiceName! ` , ` Acme123 ` |
81+ | Common Suffixes/Prefixes | Add ` ! ` , ` @ ` , ` # ` , ` 123 ` to known words/usernames |
82+ | Default Credentials | Always check for software/appliance defaults (` admin:admin ` , ` root:toor ` ) |
83+ | Simple/Common Passwords | ` password ` , ` welcome ` , ` test ` , ` 123456 ` , ` secret ` |
84+ | Credential Reuse | Try compromised credentials on other services |
85+ | Blank Passwords | Attempt login with just the username |
86+ | Keyboard Patterns | ` qwerty ` , ` 12345 ` |
87+ | Leetspeak | Simple substitutions (` p@$$w0rd ` ) |
8888
8989## Wordlist generator
9090
0 commit comments