X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcreateCommonPasswordCdb.php;h=f7e0c0fb9f463fae800e05149848c5be478e0410;hb=23ebfcddc47ffb648154398147ad1b7bc7c20761;hp=388ad8a711f45e9fd5482f7dc52bc13472fa2ef6;hpb=37751ee23e7b7019307eafe36f18c8450bf2e420;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/createCommonPasswordCdb.php b/maintenance/createCommonPasswordCdb.php index 388ad8a711..f7e0c0fb9f 100644 --- a/maintenance/createCommonPasswordCdb.php +++ b/maintenance/createCommonPasswordCdb.php @@ -26,9 +26,11 @@ require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to create common password cdb database. * - * Meant to take a file like - * https://github.com/danielmiessler/SecLists/blob/master/Passwords/rockyou.txt?raw=true - * as input. + * Meant to take a file like those from + * https://github.com/danielmiessler/SecLists + * For example: + * https://github.com/danielmiessler/SecLists/blob/fe2b40dd84/Passwords/rockyou.txt?raw=true + * * @see serialized/commonpasswords.cdb and PasswordPolicyChecks::checkPopularPasswordBlacklist * @since 1.27 * @ingroup Maintenance