Skip to content

Viniciusmq25/qtnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 QTNN - Quantum Wordlist Generator

Python License Security

QTNN is a high-performance, memory-efficient wordlist generator designed for security researchers and penetration testers. It creates smart permutations by combining base words, numbers, and symbols while applying advanced variations like Leet Speak and Case transformations.

🚀 Key Features

  • Memory Efficient: Uses Python generators to handle massive wordlists without crashing.
  • 🎯 Smart Permutations: Automatically combines words with numbers and symbols in common password patterns.
  • 🔠 Leet Speak: Built-in character substitution (e.g., a -> @, e -> 3).
  • 🔘 Case Variations: Generates combinations of uppercase, lowercase, and capitalized versions.
  • 📊 Progress Feedback: Real-time counter during generation.
  • 🛠️ Customizable: Supply your own base files for words, numbers, and symbols.

📦 Installation

No external dependencies required. Simply clone and run:

git clone https://github.com/your-username/qtnn.git
cd qtnn

📖 Usage

Basic Command

python qtnn.py

Generates a wordlist with default settings (8-12 characters).

Advanced Options

Flag Description Default
-min Minimum password length 8
-max Maximum password length 12
-o Output file name wordlist.txt
--leet Enable Leet Speak variations Disabled
--case Enable Case variations Disabled
-v Verbose mode (detailed progress) Disabled

Examples

# High security wordlist with all features
python qtnn.py -min 6 -max 20 --leet --case -v

# Using custom input files
python qtnn.py -w my_words.txt -n years.txt -s special.txt

📂 Project Structure

  • qtnn.py: The main script.
  • words.txt: Base dictionary (customize this!).
  • numbers.txt: Common numerical suffixes/prefixes.
  • symbols.txt: Special characters.
  • .gitignore: Prevents generated wordlists from being committed.

⚠️ Ethical Warning

This tool is intended for authorized security testing and educational purposes only. Accessing systems without explicit permission is illegal. Use responsibly.

📄 License

Distributed under the MIT License. See LICENSE for more information.


Made for the security community 🛡️

About

QTNN – A high-performance, memory-efficient wordlist generator designed for security researchers. Generate smart password permutations using words, numbers, and symbols with built-in Leet Speak and case variation support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages