Manual:createCommonPasswordCdb.php

From mediawiki.org
This page is a translated version of the page Manual:CreateCommonPasswordCdb.php and the translation is 62% complete.
MediaWiki バージョン:
1.27 – 1.34

詳細

createCommonPasswordCdb.php file creates a common password CDB database. It takes a file like https://github.com/danielmiessler/SecLists/blob/master/Passwords/2020-200_most_used_passwords.txt?raw=true as an example.

オプション/引数

オプション 説明 必須かどうか
inputfile List of passwords (one per line) to use or - for stdin 必須
output Location to write CDB file to (Try $IP/includes/password/commonpasswords.cdb) 必須
--limit Max number of passwords to write 省略可能

使用法

php maintenance/createCommonPasswordCdb.php inputfile output [ --limit ]
Terminal

関連項目