forked from p15670423/monkey
Updated default password list according to the most popular password statistics
This commit is contained in:
parent
951794a707
commit
02a710e15a
|
@ -58,10 +58,13 @@ BASIC = {
|
|||
"type": "string"
|
||||
},
|
||||
"default": [
|
||||
"Password1!",
|
||||
"1234",
|
||||
"root",
|
||||
"123456",
|
||||
"password",
|
||||
"12345678"
|
||||
"123456789",
|
||||
"qwerty",
|
||||
"111111",
|
||||
"iloveyou"
|
||||
],
|
||||
"description": "List of passwords that will be used by exploiters that need credentials, like "
|
||||
"SSH brute-forcing."
|
||||
|
|
Loading…
Reference in New Issue