mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Add password blacklist "BADPASS.TXT" support. Using top 10k passowrds from https://github.com/danielmiessler/SecLists/ by default
This commit is contained in:
parent
f510fca656
commit
8ca0c31fb8
3 changed files with 10023 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue