Coder Social home page Coder Social logo

name-fuzz's Introduction

name-fuzz

针对目标已知信息的字典生成工具

原理简单粗暴,调用 pypinyin 这个库将中文信息转为拼音,然后与后缀名字典拼接成字符串即可

如果有其他的字典生成思路和规则欢迎在 issue 提出来


开始

下载 && 安装依赖

git clone https://github.com/ffffffff0x/name-fuzz.git
pip3 install pyreadline pypinyin
cd name-fuzz

使用

python3 name-fuzz.py


支持规则

基于组织

公司/单位/组织全称+后缀

  • jsxxyxgs123 (江苏XX有限公司)
  • jsxxyxgs@123
  • ...

公司/单位/组织简称+后缀

  • jiangsuxx123 (江苏XX)
  • jiangsuxx@123
  • ...

公司/单位/组织简称(缩写)+后缀

  • jsxx123 (江苏XX)
  • jsxx@123
  • ...

业务名(缩写)+后缀

  • zhjt123 (智慧交通)
  • zhjt@123
  • ...

公司/单位/组织简称(缩写)+系统/业务简称(缩写)+后缀

  • jsxxzhjt123 (江苏XX智慧交通)

基于人员

人员名称

  • zhangsan(张三)
  • zs
  • zhangs

参考项目


License

Apache License 2.0


create by ffffffff0x

name-fuzz's People

Contributors

no-github avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.