Skip to content

ChipaDevTeam/Chipa-SSID-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 SSID Finder

A beautiful, modern Flutter app that extracts SSID tokens from trading platforms with just a tap!

✨ Modern UI • 🌐 8 Platforms • 📋 One-Tap Copy • 🌗 Dark Mode


🚀 Quick Start

# Run the quick launch script
./run.sh

# Or manually
flutter pub get
flutter run

👉 New here? Start with INDEX.md for full documentation!


📱 What Is This?

SSID Finder is a Flutter app that helps you extract authentication tokens (SSID) from trading platforms. Simply:

  1. 📱 Select a platform
  2. 🔐 Log in normally
  3. ✅ Get your SSID automatically
  4. 📋 Copy it with one tap!

🎨 Supported Platforms

💜 OlympTrade 💙 PocketOptions 💚 Quotex 🧡 Binomo
❤️ IqOptions 💜 Expert Options 🩵 GmGn 🩷 AxiomTrade

Special Features:

  • PocketOptions: Generates both Demo 🎮 and Real 💰 SSIDs automatically!

✨ Features

  • 🎨 Beautiful UI - Modern Material 3 design with unique gradients
  • 🌐 WebView Integration - Secure login in-app
  • 🤖 Auto-Detection - Automatically finds your SSID
  • 📋 One-Tap Copy - Copy to clipboard instantly
  • 🌗 Dark Mode - Automatic theme switching
  • Smooth Animations - Professional transitions
  • 📱 Cross-Platform - Works on iOS & Android

📚 Documentation

Document Description
INDEX.md 📚 Complete documentation index
SETUP.md 🛠️ Installation & setup guide
QUICK_REFERENCE.md ⚡ Commands & quick tips
APP_OVERVIEW.md 📱 Feature overview
VISUAL_MOCKUPS.md 🎨 UI design details
FLOW_DIAGRAM.md 🔧 Technical architecture
PROJECT_SUMMARY.md 📖 Complete summary

🎯 How It Works

1. Tap Platform Card
        ↓
2. WebView Opens
        ↓
3. You Log In
        ↓
4. SSID Auto-Detected
        ↓
5. Copy & Done! ✅

🛠️ Built With

  • Flutter 3.0+ - Cross-platform framework
  • flutter_inappwebview - Advanced WebView
  • Material 3 - Modern design system
  • Dart 3.0+ - Programming language

📱 Screenshots (Text Mockups)

See VISUAL_MOCKUPS.md for detailed UI mockups!


🔧 Quick Customization

Want to change something? It's easy!

// lib/models/trading_platform.dart
TradingPlatform(
  name: 'olymptrade',
  displayName: 'OlympTrade',
  url: 'https://olymptrade.com',
  cookieKey: 'access_token',  // ← Change this
  colors: [0xFF6B46C1, 0xFF9333EA],  // ← Change these
),

See QUICK_REFERENCE.md for more!


✅ Status

  • ✅ Project structure complete
  • ✅ All 8 platforms configured
  • ✅ UI designed and styled
  • ✅ WebView working
  • ✅ Cookie extraction implemented
  • ✅ OlympTrade tested
  • ✅ Documentation complete
  • 🔄 Ready for testing!

🎉 Get Started

# Clone and run
cd "/Users/vigowalker/Chipa SSID Finder"
./run.sh

Need help? Check INDEX.md for full documentation!


📄 License

This project is for educational purposes.


🙏 Credits

Built with ❤️ using Flutter


Ready to extract some SSIDs? Let's go! 🚀

DocumentationSetup GuideQuick Reference