Giter VIP home page Giter VIP logo

pannagkumaar / p-gen Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 21 KB

P-Gen is a Python-based tool for generating password lists based on provided information about the target. It can help security professionals and ethical hackers to create custom password lists for password cracking and security testing.

License: GNU General Public License v3.0

Python 100.00%
cybersecurity ethical-hacking password-generator permutation-algorithms personal-information python wordlist-generator

p-gen's Introduction

P-Gen - Personalised Password List Generator

P-Gen is a Python-based tool for generating password lists based on provided information about the target. It can help security professionals and ethical hackers to create custom password lists for password cracking and security testing.

Features

  • Generate password lists based on target information.
  • Include LeetSpeak (leet) password variations.
  • Add numbers and years to passwords.
  • Generate passwords by concatenating common words.
  • Create passwords based on common keyboard patterns.
  • Generate passwords using common phrases.
  • Generate random passwords.
  • Organize passwords into an output folder.

Prerequisites

  • Python 3.x
  • Required Python libraries (can be installed using pip):
    • argparse
    • itertools

Usage

  • Clone the repository:

    git clone https://github.com/pannagkumaar/P-Gen.git
    cd P-Gen
  • Run the script with desired options:

    python P-Gen.py -l -n -y -c -k -p -r
    • -l or --leet: Generate LeetSpeak passwords.
    • -n or --numbers: Add numbers to the generated passwords.
    • -y or --years: Add years to the generated passwords.
    • -c or --concatenate: Generate passwords by concatenating common words.
    • -k or --keyboard: Generate passwords based on common keyboard patterns.
    • -p or --phrases: Generate passwords using common phrases.
    • -r or --random: Generate random passwords.

Examples

  • To generate LeetSpeak passwords with numbers and years:
python P-Gen.py -l -n -y
  • To generate passwords based on common phrases:
python P-Gen.py -p

Target Audience

P-Gen is ideal for the following audiences:

  • Penetration Testers: Security professionals conducting penetration tests can use P-Gen to create password lists based on target information, improving their chances of identifying weak passwords.

  • Red Teamers: Red teamers simulating real-world attacks can benefit from P-Gen to generate password lists that mimic potential targets' password choices.

  • Security Enthusiasts: Cybersecurity enthusiasts and hobbyists can use P-Gen to experiment with password cracking techniques and enhance their knowledge of password security.

Purpose

The primary purpose of P-Gen is to assist in:

  • Strengthening Security: By enabling the generation of custom password lists, P-Gen helps identify and rectify weak password vulnerabilities, ultimately enhancing overall system security.

  • Security Awareness: P-Gen can be used to raise awareness about password security and the importance of strong, unique passwords among end-users and organizations.

p-gen's People

Contributors

pannagkumaar avatar

Stargazers

 avatar

Watchers

 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.