All Projects → seventh-letter → DictGenerate

seventh-letter / DictGenerate

Licence: BSD-3-Clause license
使用Go语言编写的社工字典生成器(The social engineering dictionary generator written by Go)

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to DictGenerate

pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (+10.94%)
Mutual labels:  password, pass
cpass
An urwid based TUI front end for pass, the standard unix password manager.
Stars: ✭ 17 (-73.44%)
Mutual labels:  password, pass
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (-4.69%)
Mutual labels:  password, social-engineering
Wifi Passview
An open source batch script based WiFi Passview for Windows!
Stars: ✭ 157 (+145.31%)
Mutual labels:  password, social-engineering
PassHUD
A HUD-style interface for pass on macOS
Stars: ✭ 31 (-51.56%)
Mutual labels:  password, pass
jquery.pwstrength
A jQuery plugin to indicate the strength of passwords
Stars: ✭ 22 (-65.62%)
Mutual labels:  password
argus
Argus Advanced Remote & Local Keylogger For macOS and Windows
Stars: ✭ 87 (+35.94%)
Mutual labels:  social-engineering
generative
A digital playground for experimenting with creative coding and WebGL
Stars: ✭ 50 (-21.87%)
Mutual labels:  generate
cracken
a fast password wordlist generator, Smartlist creation and password hybrid-mask analysis tool written in pure safe Rust
Stars: ✭ 192 (+200%)
Mutual labels:  password
prs
🔐 A secure, fast & convenient password manager CLI using GPG and git to sync.
Stars: ✭ 120 (+87.5%)
Mutual labels:  pass
hacking-resources
Hacking resources and cheat sheets. References, tools, scripts, tutorials, and other resources that help offensive and defensive security professionals.
Stars: ✭ 1,386 (+2065.63%)
Mutual labels:  social-engineering
precis i18n
Python3 implementation of PRECIS framework (RFC 8264, RFC 8265, RFC 8266)
Stars: ✭ 16 (-75%)
Mutual labels:  password
URL-obfuscator
Python Program to obfuscate URLs to make Phishing attacks more difficult to detect. Uses Active open redirect list and other URL obfuscation techniques.
Stars: ✭ 101 (+57.81%)
Mutual labels:  social-engineering
dots
Use chezmoi to install my dotfiles easily on Gentoo, Arch, Void and Debian.
Stars: ✭ 70 (+9.38%)
Mutual labels:  pass
abstract-syntax-tree
A library for working with abstract syntax trees.
Stars: ✭ 77 (+20.31%)
Mutual labels:  generate
flutter-password-strength
A password strength checker for flutter.
Stars: ✭ 18 (-71.87%)
Mutual labels:  password
django-serializable-model
Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~150 LoC
Stars: ✭ 15 (-76.56%)
Mutual labels:  dict
leaked-password
Leaked password check library with bloom filter
Stars: ✭ 41 (-35.94%)
Mutual labels:  password
react-login-registration
An example React / Redux / Redux Saga application talking to a Symfony 3 API
Stars: ✭ 31 (-51.56%)
Mutual labels:  password
c2ats
generate ATS interface from C code
Stars: ✭ 19 (-70.31%)
Mutual labels:  generate


DictGenerate

📖 Introduction

使用Go语言编写的社工字典生成器

The social engineering dictionary generator written by Go

Build Status Go version 996.icu LICENSE

🚀 Feature

  • 支持 姓名/用户名/首字母/公司(组织)/邮箱/QQ/手机号/身份证/生日(公历农历)/工号/常用词/连接符/短语/弱口令 等
  • 支持多种密码组合混淆方式
  • 支持中文自动转拼音 / 姓名自动提取首字母 / 生日自动转换(公历/农历)/ 身份证自动转换
  • 配置信息留存 / 历史命令 / tab智能提示
  • 多阶段密码字典生成 简易(easy) / 中等(medium) / 复杂(large)

🧰 Install

git clone [email protected]:telanflow/DictGenerate.git
cd DictGenerate
sh ./build.sh

Download

🛠 Usage

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

COMMANDS:
     help, h  Shows 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, -v  print the version

COPYRIGHT:
   (c) 2019 telanflow.

Screenshot

screenshot

📄 License

Source code in DictGenerate is available under the BSD 3 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].