Skip to content

PassForge v1.0 - Initial Release πŸ”₯

Latest

Choose a tag to compare

@fxrhan fxrhan released this 24 Oct 07:22
· 1 commit to main since this release

πŸŽ‰ First Public Release!

PassForge is an intelligence-driven password list generator with state-of-the-art features for penetration testing, security research, and password recovery.


✨ Key Features

Advanced Pattern Generation (36+ Types)

Quick Wins

  • βœ… Reverse Words - alice β†’ ecila
  • βœ… Common Suffixes - alice123, alice!, alice@, alice2024
  • βœ… Common Prefixes - myalice, lovejohn, ialice
  • βœ… Special Multipliers - alice!!!, john@#$
  • βœ… Keyboard Patterns - qwerty, 1qaz2wsx, asdfgh
  • βœ… Advanced Capitalization - AlicE, aliCE, AlIcE

High Impact

  • βœ… Date Variations (11 formats) - 15031990, 150390, 15-03-1990, 19900315
  • βœ… Temporal Passwords - alicejan, johnsummer, jan1990
  • βœ… Advanced Substitutions - @lic3, p@ssw0rd, j0hns0n

Ultra Advanced

  • βœ… Phonetic Variations - phone β†’ fone, cool β†’ kool, nicholas β†’ nikolas
  • βœ… Word Mutations - Plurals, truncations, repetitions, text-speak
  • βœ… ML-Based Patterns - Based on real breach databases (RockYou, LinkedIn, Adobe)

Technical Excellence

  • βœ… Cross-Platform - Windows, Linux, macOS fully supported
  • βœ… Colorful Terminal Output - Beautiful, easy-to-read progress indicators
  • βœ… Fast & Efficient - Optimized string operations
  • βœ… Clean Code - Professional standards, minimal duplication
  • βœ… Comprehensive Testing - Automated compatibility tests

πŸ“Š Performance

Input Size Passwords Generated Time
Small (5-7 attributes) 80K-120K ~5-10 sec
Medium (10-12 attributes) 200K-300K ~15-30 sec
Large (15+ attributes) 400K-600K+ ~30-60 sec

Output Multiplier: 16-40x more passwords than basic generators!


πŸš€ Quick Start

Installation

Linux/macOS:

git clone [https://github.com/fxrhan/passforge.git](https://github.com/fxrhan/passforge.git)
cd passforge
pip3 install -r requirements.txt
python3 passforge.py -h