Created & powered by: anonymousWindia
Community: dc.gg/movies99
SPG2 is a realistic, psychology-based password generator that creates 1Kβ10K passwords the way real people would.
No garbage like riya123
β instead, it creates human-style passwords like:
dibakar_thala_07 paswan_407 king_dibakar_143 dibakar_dhoni_lover_2026
β
100% Human-thinking style
β
Partner/crush/idol-based logic
β
Cultural, emotional, and name-focused
β
Age-logic (if < 20, asks city/country)
β
Save wordlist or auto-saves if skipped
β
Outputs clean .txt
for brute-force tools
git clone https://github.com/yourusername/SPG2
cd SPG2
python3 spg2.py
You'll be prompted for:
Victim name / age / DOB
Partner/crush name
Idol/celebrity they follow
Location (if under 20)
Tool then generates 1Kβ10K passwords like:
aryan_loves_riya_2025
riya_ki_jaan_143
thala_dhoni_407
dibakar_cricket_lover
---
πΎ Output
Saved in: output/<victim>_wordlist.txt
Default: ~5,000+ passwords per run.
---
π License
MIT β For ethical and educational use only.
---
π Connect
Telegram: @anonymousWindia
Discord: Movies99
---
### πΉ **Step 3: Push to GitHub**
1. **Initialize git** (in the SPG2 folder):
```bash
cd SPG2
git init
git add .
git commit -m "Initial commit of SPG2 - Smart Password Generator"
2. Create GitHub repo:
Go to https://github.com/new
Repo name: SPG2
Description: Smart Password Generator that mimics real human thinking.
Public β
Add .gitignore β None
Add license β MIT (optional)
3. Push your files:
git branch -M main
git remote add origin https://github.com/YOURUSERNAME/SPG2.git
git push -u origin main
---
πΉ Done! β