Add password blacklist "BADPASS.TXT" support. Using top 10k passowrds from https://github.com/danielmiessler/SecLists/ by default

This commit is contained in:
Bryan Ashby 2017-03-14 20:21:23 -06:00
parent f510fca656
commit 8ca0c31fb8
3 changed files with 10023 additions and 1 deletions

View file

@ -136,6 +136,7 @@ function getDefaultConfig() {
passwordMin : 6,
passwordMax : 128,
badPassFile : paths.join(__dirname, '../misc/10_million_password_list_top_10000.txt'), // https://github.com/danielmiessler/SecLists
realNameMax : 32,
locationMax : 32,