From da7fb6cd4941999f791d359085e0eb91639b652d Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Tue, 10 Oct 2017 13:09:57 +0200 Subject: [PATCH] Add more credentials to default dictionary --- dictionaries/credentials.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/dictionaries/credentials.json b/dictionaries/credentials.json index d2d49a2..691d3a0 100644 --- a/dictionaries/credentials.json +++ b/dictionaries/credentials.json @@ -3,9 +3,14 @@ "", "admin", "Admin", + "Administrator", "root", "supervisor", - "ubnt" + "ubnt", + "service", + "Dinion", + "administrator", + "admin1" ], "passwords" : [ "", @@ -22,10 +27,13 @@ "meinsm", "root", "4321", + "111111", "1111111", "password", "ikwd", "supervisor", - "ubnt" + "ubnt", + "wbox123", + "service" ] -} \ No newline at end of file +}