DictGenerate:社会工程学字典生成器

DictGenerate

DictGenerate是一个使用Go语言编写的社会工程学字典生成器,支持MacOS、Linux、Windows系统。和体验盒子分享的另一个社会工程学密码生成器功能类似,区别是一个用Python另一个用Go编译,都具有跨平台性。

DictGenerate:社会工程学字典生成器

DictGenerate安装与使用

提供两种方式,自编译和下载编译好的二进制程序。

编译安装

git clone git@github.com:ziiber/DictGenerate.git
go mod tidy
go build

下载运行程序

直接在Releases下载对应的平台版本。

DictGenerate使用

USAGE:
 DictGenerate [global options] command [command options] [arguments...]

COMMANDS:
 help, hShows a list of commands or help for one command
 其他:
 print, p打印
 reset 重置
 clear, cls清空控制台
 生成:
 generate, run生成字典
 filter 过滤器
 set设置属性
 name 姓名(中文/英文)
 short短名称(英文)
 first姓名首字母(英文)
 birthday 公历生日(yyyymmdd)
 lunar农历生日(yyyymmdd)
 email邮箱地址
 mobile 手机号码
 username 用户名(英文)
 qq 腾讯QQ
 company企业/组织
 phrase 英文短语
 card 身份证
 no 工号
 word 常用词组
 connector连接符

GLOBAL OPTIONS:
 --help, -h show help
 --version, -vprint the version

COPYRIGHT:
 (c) 2019 telan.