{"id":28464060,"url":"https://github.com/burakcanbalta/ghostvpn","last_synced_at":"2025-06-17T09:05:31.958Z","repository":{"id":288766671,"uuid":"969121964","full_name":"burakcanbalta/ghostvpn","owner":"burakcanbalta","description":"All-in-one anonymous VPN toolkit with DarkGhost Mode, Tor integration, auto-cleaning, honeypot traps, and RAM-only stealth protection.","archived":false,"fork":false,"pushed_at":"2025-04-30T00:09:10.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T05:08:46.464Z","etag":null,"topics":["anonymity","cybersecurity","darkweb-onion-links","darkweb-scraping","honeypot","privacy","privacy-protection","ram-only","vpn"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/burakcanbalta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-19T12:43:30.000Z","updated_at":"2025-05-18T07:03:50.000Z","dependencies_parsed_at":"2025-04-19T17:53:47.463Z","dependency_job_id":null,"html_url":"https://github.com/burakcanbalta/ghostvpn","commit_stats":null,"previous_names":["burakcanbalta/ghostvpn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burakcanbalta/ghostvpn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakcanbalta%2Fghostvpn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakcanbalta%2Fghostvpn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakcanbalta%2Fghostvpn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakcanbalta%2Fghostvpn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burakcanbalta","download_url":"https://codeload.github.com/burakcanbalta/ghostvpn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakcanbalta%2Fghostvpn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260326670,"owners_count":22992379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anonymity","cybersecurity","darkweb-onion-links","darkweb-scraping","honeypot","privacy","privacy-protection","ram-only","vpn"],"created_at":"2025-06-07T05:08:41.350Z","updated_at":"2025-06-17T09:05:31.948Z","avatar_url":"https://github.com/burakcanbalta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👻 GhostVPN Ultra — Stealth Red Team VPN Toolkit\n\nGhostVPN Ultra is a fully integrated Python-based privacy and stealth framework that operates as a **single executable file**.  \nBuilt for penetration testers, researchers, and red team simulations, it combines VPN, Tor, SOCKS5 Proxy, RAM-only execution, traffic obfuscation, AI-based idle simulation, sandbox detection, and self-destruct mechanisms.\n\n---\n\n## 🚀 Features\n\n| Category | Feature |\n|---------|---------|\n| 🔁 Networking | VPN (.ovpn) and Tor fallback connection |\n| 🎭 Identity Spoofing | MAC changer with realistic vendor prefixes |\n| 🧠 Behavior Simulation | Human-like fake terminal activity |\n| 🧅 Proxy Mode | Built-in SOCKS5 server (127.0.0.1:1080) |\n| 🔥 GhostKill | Self-destruction on threat detection |\n| 💣 Honeypot | Fake SSH listener + process scanner |\n| 🧹 RAM-only Execution | Disables swap, wipes tmp files |\n| 📊 Web Dashboard | Flask-based status panel (localhost:5000) |\n| 🧬 Sandbox Detection | High CPU/low net = likely VM = exit |\n| 📦 All-in-One | Single-file agent with CLI menu |\n\n---\n\n## 🖥️ CLI Menu Options\n\n```text\n[1] VPN Başlat\n[2] Tor Başlat\n[3] SOCKS Proxy Başlat\n[4] AI Sahte Trafik\n[5] Kendini İmha Et (GhostKill)\n[0] Çıkış\n```\n\n---\n\n## 🌐 Web Dashboard\n\nGhostVPN runs a built-in Flask server on [http://localhost:5000/status](http://localhost:5000/status)\n\nExample Output:\n```json\n{\n  \"status\": \"Aktif\",\n  \"ip\": \"192.168.x.x\",\n  \"tor\": \"Açık\",\n  \"vpn\": \"Açık\",\n  \"socks_proxy\": \"127.0.0.1:1080\",\n  \"log\": \"ghostvpn.log\"\n}\n```\n\n---\n\n## 🔐 How It Works\n\n1. Loads config settings and decrypts if needed\n2. Spoofs MAC address with realistic OUI\n3. Attempts VPN connection; falls back to Tor if failed\n4. Starts local SOCKS proxy for anonymized routing\n5. Activates RAM-only cleanup (swap off, tmp clear)\n6. Begins AI idle simulation loop (optional)\n7. Starts web dashboard for local visibility\n8. CLI menu allows real-time control\n9. Detects suspicious processes or sandbox signs\n10. If compromised → GhostKill erases all traces and exits\n\n---\n\n## ⚙️ Requirements\n\n- Python 3.8+\n- Linux (tested on Kali, Parrot)\n- Installed: `openvpn`, `tor`, `psutil`, `flask`, `setproctitle`\n\nInstall dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n---\n\n## 🚦 Usage\n\n```bash\nsudo python3 ghostvpn_ultra.py\n```\n\n- Choose functions via CLI menu\n- Access dashboard at `localhost:5000/status`\n- Logs are saved in `ghostvpn.log` unless disabled\n\n---\n\n## ⚠️ Legal Notice\n\n\u003e This tool is provided for **educational and authorized red team use only**.  \n\u003e Any misuse or unauthorized deployment is strictly prohibited and may violate local or international laws.  \n\u003e Use responsibly and only in controlled environments.\n\n---\n\n## 📂 Repository Structure\n\n```bash\nghostvpn_ultra.py         # 🔁 All-in-one agent script\nrequirements.txt          # 📦 Dependencies\nREADME.md                 # 📖 This documentation\nghostvpn.log              # 📝 Runtime logs (if enabled)\n```\n\n---\n\n## 🧠 Author Note\n\nGhostVPN is a lightweight, modular privacy agent built for **practical stealth operations**.  \nIts single-file architecture ensures **portability, simplicity**, and **rapid deployment** in hostile or controlled environments.\n\nStay invisible. Stay safe. 👻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakcanbalta%2Fghostvpn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburakcanbalta%2Fghostvpn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakcanbalta%2Fghostvpn/lists"}