为有针对性的攻击生成智能且强大的单词列表
探索文档 »
查看演示·报告错误·请求功能
(回到顶部)
pip install bopscrk
或者,如果您想从 Github 克隆存储库而不是从 Pypi 安装它:
git clone --recurse-submodules https://github.com/r3nt0n/bopscrk
cd bopscrk
pip install -r requirements.txt
bopscrk -i
(回到顶部)
-h, --help show this help message and exit
-i, --interactive interactive mode, the script will ask you about target
-w words to combine comma-separated (non-interactive mode)
--min min length for the words to generate (default: 4)
--max max length for the words to generate (default: 32)
-c, --case enable case transformations
-l, --leet enable leet transformations
-n max amount of words to combine each time (default: 2)
-a , --artists artists to search song lyrics (comma-separated)
-o , --output output file to save the wordlist (default: tmp.txt)
-C , --config specify config file to use (default: ./bopscrk.cfg)
--version print version and exit
欲了解更多信息,请参阅高级使用部分。
(回到顶部)
'
和"
,例如: bopscrk -w John,O'hara,Doe,foo,bar
)。-a johndoe,johnsmith
-a "john doe,john smith"
(回到顶部)
在bopscrk.cfg
文件中,您可以指定自己的字符集并启用/禁用选项:
(john, doe) => 123john, john123, 123doe, doe123, john123doe doe123john
)默认启用。您可以在配置文件中禁用它,以获得更有针对性的单词列表。!?-/&(
123
34!@
e:3 b:8 t:7 a:4
--max
值(例如:大于 18)启用可能需要很长时间。可以是真的也可以是假的。!?-/&(
123
34!@
参数配置举例
separators_chars=.,
leet_charset=a:4 e:3
(回到顶部)
此功能基于最初由 initstring 开发的工具的修改版本。这些更改是为了将输入和输出工具与 bopscrk 集成。
它将检索属于您提供的艺术家的所有歌曲的所有歌词。默认情况下,它将存储每个艺术家、通过空格替换找到的每个短语、找到的每个短语缩减为其首字母(如果您激活了 leet 和 case 转换,则稍后将对其进行转换)。
(回到顶部)
-q
标志将仅将最终单词列表输出到标准输出)请参阅未决问题以获取建议功能(和已知问题)的完整列表。
(回到顶部)
贡献使开源社区成为学习、启发和创造的绝佳场所。我们非常感谢您所做的任何贡献。
如果您有更好的建议,请分叉该存储库并创建拉取请求。您也可以简单地使用标签“增强”打开问题。不要忘记给该项目一颗星!再次感谢!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)谢谢大家!
(回到顶部)
2.4.7 version notes (02/09/2024)
2.4.6 version notes (30/08/2024)
2.4.5 version notes (02/08/2022)
version
参数2.4.4 version notes (31/07/2022)
2.4.3 version notes (28/07/2022)
2.4 version notes (26/07/2022)
pip install
方法使安装过程更容易2.3.1 version notes
2.3 version notes (15/10/2020)
2.2 version notes (11/10/2020
2.2~beta version notes (10/10/2020)
--lyrics-all
选项已删除(功能集成在其他选项中) 2.1 version notes (11/07/2020)
2.0/1.5 version notes (17/06/2020)
0-1.2(beta) version notes
(回到顶部)
根据 GNU 通用公共许可证 v3.0 分发。请参阅LICENSE
了解更多信息。
(回到顶部)
r3nt0n:Github - 电子邮件
bopscrk:Github - Pypi
(回到顶部)
(回到顶部)
创建此工具的唯一目的是安全意识和教育,不应将其用于您无权测试/攻击的系统。作者对误用或您可能造成的任何损害不承担任何责任。您同意自行承担使用该软件的风险。
(回到顶部)