Manual:CreateCommonPasswordCdb.php/pl

From mediawiki.org
This page is a translated version of the page Manual:CreateCommonPasswordCdb.php and the translation is 15% complete.
Wersje MediaWiki:
1.27 – 1.34

Szczegóły

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.

Options/Arguments

Option Description Required?
inputfile List of passwords (one per line) to use or - for stdin Wymagane
output Location to write CDB file to (Try $IP/includes/password/commonpasswords.cdb) Wymagane
--limit Max number of passwords to write Optional

Usage

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

Zobacz też