π§ A curated collection of Snapchat-style hacking simulations built for red team training, ethical hacking classrooms, and security researchers in 2025.
π‘οΈ All tools use mock data only and are developed for educational purposes.
This project contains realistic but safe Snapchat authentication demos β including simulated:
- Two-Factor Authentication (2FA) bypass
- Fake login flows
- Token hijacking
- Session spoofing
- Phishing awareness HTML demos
π§βπ» These are lab-safe tools used to practice cybersecurity techniques without violating Snapchatβs or GitHubβs terms.
All tools are built with Python, HTML/CSS, Bash, and JavaScript, and cover:
| Category | Description |
|---|---|
| π§ͺ 2FA Simulators | Simulated OTP/backup-code tests |
| π Fake Login Pages | HTML-based phishing awareness |
| 𧬠Session Hijack Demos | Simulate token reuse/injection |
| π οΈ Command Line Tools | Bash login demos for red teamers |
| π Auth Flow Testers | UX flaw + timing-based simulation |
| π Red Team Playbook | Markdown-based guide for training |
βββ tools/
β βββ snap_2fa_simulator.py
β βββ token_spoof.py
β βββ session_replay_demo.py
β βββ ...
βββ html/
β βββ phishing_awareness_login.html
βββ README.md
βββ LICENSE
git clone https://github.com/yourusername/snapchat-cyber-labs.git
cd snapchat-cyber-labs
