GithubHelp home page GithubHelp logo

genpass's Introduction

genPass

字典生成和字典整理工具,生成基于姓名关联的字典、爆破字典等,后渗透阶段方便对数据进行筛选、整理。

#####结构

genPass/
├── easyDirectory.py
├── frequency.py
├── judge.py
├── keyword.txt
├── main.py
└── README.md

#####用法

Usage: main.py [options]

Options:

-h, --help            show this help message and exit   
-f FILE, --file=FILE  input file
-m [normal|verify|frequency], --mode=[normal|verify|frequency]
                    select mode,default=normal
-c CSV, --csv=CSV     set input file as csv format
-o FILE, --output=FILE
                    output dirctory file
-n NUM, --num=NUM     input number

#####例子

python mian.py -m "verify"

生成验证码字典,默认4个字符,生成更多字符加入-n参数

python mian.py -m "verify" -s "abcdefghijklmnopqrstuvwxyz0123456789"

根据输入的字符串生成4位验证码字典,生成更多字符加入-n参数

python main.py -f top500_user.txt -m "social" -o "output.txt"

生成辅助爆破字典,-o指定输出的文件名

python main.py -f keyword.txt -m "normal" -o "output.txt"

迭代生成字符字典,-o指定输出的文件名,默认是output.txt

python main.py -f keyword.txt -m "frequency" -n 100

筛选使用最频繁使用的密码,-n指定要筛选的个数

genpass's People

Contributors

he1m4n6a 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.