From 898fe9d01efe4ee9310a2b5b4802548a0a7410af Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 18 Jun 2020 08:08:18 +1000 Subject: [PATCH] oops --- config/weakpass_default.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/weakpass_default.json diff --git a/config/weakpass_default.json b/config/weakpass_default.json new file mode 100644 index 00000000..c673f4b2 --- /dev/null +++ b/config/weakpass_default.json @@ -0,0 +1,8 @@ +{ + "contains":[ + "test", "123", "6969", "password", "qwerty", "fuck", "love" + ], + "literal":[ + "superman" + ] +} \ No newline at end of file