Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Wordlister — 一个用 Python 3.10.1 编写的简单词表生成与变形工具。 | Kitploit
工具/GitHubGitHub/4n4nk3/wordlister
密码破解密码攻击信息收集渗透测试
GitHub4n4nk3/wordlister

Wordlister

一个用 Python 3.10.1 编写的简单词表生成与变形工具。

查看仓库
123292年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Wordlister

一个用 Python 3.10.1 编写的简单词列表生成器和变形器。

支持的排列方式:

  • 首字母大写
  • 全大写
  • 1337
  • 追加
  • 前置

附加功能:

  • 每个生成的密码不包含相同的单词两次。
  • 输出可以根据单词长度排序。

预览:

root@kitploit:~
usage: wordlister.py [-h] --input INPUT --perm PERM --min MIN --max MAX
                     [--test TEST] [--cores CORES] [--leet] [--cap] [--up]
                     [--append APPEND] [--prepend PREPEND]

A simple wordlist generator and mangler written in python.

optional arguments:
  -h, --help         show this help message and exit
  --leet             Activate l33t mutagen
  --cap              Activate capitalize mutagen
  --up               Activate uppercase mutagen
  --append APPEND    Append chosen word (append 'word' to all passwords)
  --prepend PREPEND  Prepend chosen word (prepend 'word' to all passwords)
  --sort             Sort the output in ascending order based on the word length

required arguments:
  --input INPUT      Input file name
  --output OUTPUT    Output file name
  --perm PERM        Max number of words to be combined on the same line
  --min MIN          Minimum generated password length
  --max MAX          Maximum generated password length

本项目仅供教育目的。请勿用于非法活动。我不支持也不纵容非法或不道德的行为,并且对可能滥用此软件的行为不承担任何责任。

下载工具