Updated default password list according to the most popular password statistics

This commit is contained in:
VakarisZ 2020-07-27 11:49:31 +03:00
parent 951794a707
commit 02a710e15a
1 changed files with 6 additions and 3 deletions

View File

@ -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."