derhansen/pwd_security_check
Composer 安装命令:
composer require derhansen/pwd_security_check
包简介
TYPO3 Extension with a Symfony Console Command to check TYPO3 Backend and Frontend user passwords against a list of popular passwords.
README 文档
README
Password Security Check for TYPO3
What is it?
Since it is not possible out-of-the-box in TYPO3 to define password complexity rules of Backend and Frontend users, some users may choose very easy passwords for their user accounts. Especially for TYPO3 Backend Admin accounts, this can be dangerous, since it will be easier for attackers using brute force techniques to get access to the TYPO3 backend in this case.
This extension can help to get an overview or to get notified about TYPO3 Backend or Frontend users, who use a password that is found in a given list of popular passwords. The extension ships with a list of 10.000 most popular passwords used, but you can also use your own list (e.g. list with top passwords in local language).
Screenshots
Console Command
TYPO3 Report
Installation
Installation using Composer
The recommended way to install the extension is by using Composer.
In your Composer based TYPO3 project root, just do composer require derhansen/pwd_security_check.
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the TYPO3 extension manager module.
Usage
Please note, that the check can take a lot of time to finish. This depends primary on the amount of users and the amount of passwords to check.
CLI Arguments and Options
Command: ./vendor/bin/typo3 pwd_security_check:process
Get Help: ./vendor/bin/typo3 help pwd_security_check:process
Command arguments:
modeMode (0 = Backend Admin Users, 1 = Backend Users, 2 = Frontend Users)recipientsE-Mail addresses to receive notification separated by space.
Command options:
-aAmount of passwords to check from passwords file. Warning: Higher value = longer check. [default: 100]-fAbsolute path to password file (EXT: notation allowed) [default: "EXT:pwd_security_check/Resources/Private/Text/popular_passwords.txt"]
TYPO3 Scheduler Support
The Symfony Command can also be executed using the TYPO3 scheduler. Note, that arguments can only be configured in TYPO3 9.5 and that options are currently not configurable using the TYPO3 scheduler.
FAQ
Is this a hacker tool?
No, at least it is not meant to be one. Therefore matched passwords are not displayed. Also, it is not very worthwhile to use this tool and try to bruteforce crack a TYPO3 account password, as it does not support parallel checks and the task may take hours/days/weeks/years.
Feedback and updates
The extension is hosted on GitHub. Please report feedback, bugs and changerequests directly at https://github.com/derhansen/pwd_security_check
Reporting a Vulnerability
Please report vulnerabilities to security@typo3.org.
Credits
Password file
The included file with top 10.000 popular passwords has been downloaded from https://github.com/danielmiessler/SecLists
derhansen/pwd_security_check 适用场景与选型建议
derhansen/pwd_security_check 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 15.75k 次下载、GitHub Stars 达 6, 最近一次更新时间为 2019 年 05 月 31 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「TYPO3 CMS」 「password security」 「popular passwords」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 derhansen/pwd_security_check 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 derhansen/pwd_security_check 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 derhansen/pwd_security_check 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
The PHP class PasswordGenerator serves as a password generator to create memorable passwords like the keychain of macOS ≤ 10.14 did.
Supercharged text field validation.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
Laravel middleware to restrict a site or specific routes using HTTP basic authentication
统计信息
- 总下载量: 15.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-05-31

