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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"default": [
|
"default": [
|
||||||
"Password1!",
|
"root",
|
||||||
"1234",
|
"123456",
|
||||||
"password",
|
"password",
|
||||||
"12345678"
|
"123456789",
|
||||||
|
"qwerty",
|
||||||
|
"111111",
|
||||||
|
"iloveyou"
|
||||||
],
|
],
|
||||||
"description": "List of passwords that will be used by exploiters that need credentials, like "
|
"description": "List of passwords that will be used by exploiters that need credentials, like "
|
||||||
"SSH brute-forcing."
|
"SSH brute-forcing."
|
||||||
|
|
Loading…
Reference in New Issue