Skip to content

A powerful and customizable password list generator written in Bash.

License

Notifications You must be signed in to change notification settings

Anon4You/FuckYou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” FuckYou Password Generator πŸ”

Banner

A powerful and customizable password list generator written in Bash. Create targeted wordlists for security testing with personal information patterns commonly used in weak passwords.


πŸš€ Features

  • ✨ Interactive mode with intuitive prompts
  • 🎨 Colorful UI with ANSI colors for better UX
  • πŸ”’ Multiple generation options:
    • Leet speak (1337) transformations
    • Special character suffixes
    • Random number combinations
  • πŸ“Š Real-time progress indicator
  • πŸ“ Auto-saves in current directory
  • πŸ›  Highly customizable based on target information

πŸ“¦ Installation

git clone https://github.com/Anon4You/FuckYou.git
cd FuckYou
chmod +x fuckyou.sh

πŸ–₯ Usage

./fuckyou.sh [options]

Options:

Flag Description
-i, --interactive Interactive mode (default)
-h, --help Show help menu
-v, --version Show version info
-q, --quiet Run without banner

🧠 How It Works

The script collects:

  • Personal info (name, birthday, nickname)
  • Family member details
  • Pet and company information
  • Custom keywords

Then generates combinations using:

  • Basic concatenations
  • Common number patterns
  • Leet speak substitutions
  • Special character additions

πŸ“ Example

$ ./fuckyou.sh -i
[Interactive mode launches...]
Enter your first name: John
Enter your surname: Doe
...
Wordlist generated successfully: /path/to/John_wordlist.txt
Total passwords generated: 5248

⚠ Disclaimer

❗ This tool is for legal security testing and educational purposes only.
❗ Never use this tool against systems you don't own or have permission to test.
❗ The creator assumes no liability for misuse of this tool.

πŸ“œ License

BSD-3-Clause license - See LICENSE file


πŸ’» Author: Alienkrishn
πŸ› Report Issues: GitHub Issues
🌟 Like this project? Give it a star!

About

A powerful and customizable password list generator written in Bash.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages