{"id":49532857,"url":"https://github.com/brainphreak/hacker-game-suite","last_synced_at":"2026-05-02T08:35:38.222Z","repository":{"id":322994786,"uuid":"1091717292","full_name":"brainphreak/hacker-game-suite","owner":"brainphreak","description":"A suite of four educational cybersecurity games: OSINT Investigation, Phishing Detection, Network Forensics, and a Command-Line Typing game.","archived":false,"fork":false,"pushed_at":"2025-11-07T13:21:16.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-07T14:27:59.619Z","etag":null,"topics":["games","hacking","html5","security"],"latest_commit_sha":null,"homepage":"https://www.brainphreak.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brainphreak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-07T12:17:49.000Z","updated_at":"2025-11-07T13:29:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/brainphreak/hacker-game-suite","commit_stats":null,"previous_names":["brainphreak/hacker-game-suite"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/brainphreak/hacker-game-suite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainphreak%2Fhacker-game-suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainphreak%2Fhacker-game-suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainphreak%2Fhacker-game-suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainphreak%2Fhacker-game-suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainphreak","download_url":"https://codeload.github.com/brainphreak/hacker-game-suite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainphreak%2Fhacker-game-suite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["games","hacking","html5","security"],"created_at":"2026-05-02T08:35:37.529Z","updated_at":"2026-05-02T08:35:38.215Z","avatar_url":"https://github.com/brainphreak.png","language":"JavaScript","funding_links":["https://ko-fi.com/brainphreak"],"categories":[],"sub_categories":[],"readme":"# Hacker Game Suite\n\nA collection of interactive cybersecurity training games designed to teach and test security awareness skills through hands-on challenges.\n\n![Hacker Game Suite](https://img.shields.io/badge/Games-4-green) ![License](https://img.shields.io/badge/License-MIT-blue)\n\n## Games Included\n\n### Identity Theft (OSINT Investigation)\n**Difficulty: Intermediate**\n\nInvestigate targets using open-source intelligence (OSINT) techniques. Piece together information from social media profiles, forum posts, and public records to answer questions about your target.\n\n- Multiple investigation targets\n- Time-based challenges\n- Progressive difficulty levels\n- Real-world OSINT techniques\n\n### Phishing Expedition\n**Difficulty: Beginner**\n\nIdentify phishing emails from legitimate ones in this fast-paced email analysis game. Learn to spot the red flags that indicate malicious intent.\n\n- 60-second timed rounds\n- Score-based gameplay\n- Lives system\n- Realistic email examples\n- Explanations for each answer\n\n### Packet Sniffer\n**Difficulty: Advanced**\n\nIntercept and decode hidden messages from captured network packets. Use analysis tools to extract intelligence from raw network data.\n\n- Network traffic analysis\n- Protocol decoding challenges\n- Data extraction puzzles\n- Pattern recognition exercises\n- Multiple difficulty levels\n\n### Firewall Breach\n**Difficulty: Expert**\n\nPenetrate corporate firewalls using simulated exploitation techniques. Find vulnerabilities, bypass detection systems, and access secured systems.\n\n- Network penetration simulation\n- Vulnerability exploitation\n- Stealth operation challenges\n- IDS evasion techniques\n- Command-line interface\n\n## Quick Start\n\n1. Clone this repository:\n```bash\ngit clone https://github.com/brainphreak/hacker-game-suite.git\n```\n\n2. Open `index.html` in your browser, or serve with any HTTP server:\n```bash\n# Python 3\npython -m http.server 8080\n\n# Node.js (with http-server)\nnpx http-server\n```\n\n3. Navigate to `http://localhost:8080` and start playing!\n\n## Live Demo\n\nPlay online at: [brainphreak.net](https://brainphreak.net)\n\n## Features\n\n- **No Installation Required** - Pure HTML/CSS/JavaScript, runs in any modern browser\n- **Self-Contained** - Each game is a standalone file with no external dependencies\n- **Mobile Responsive** - Play on desktop, tablet, or mobile devices\n- **Educational Focus** - Learn real cybersecurity concepts through gameplay\n- **Offline Capable** - Download and play without internet connection\n\n## Educational Value\n\nThese games teach important cybersecurity concepts:\n\n- **Phishing Detection** - Recognize suspicious emails, URLs, and social engineering tactics\n- **OSINT Skills** - Learn how attackers gather information from public sources\n- **Network Analysis** - Understand packet structures and network protocols\n- **Penetration Testing** - Learn the methodology used by security professionals\n\n## Disclaimer\n\nThis software is designed for **educational purposes only**. All \"hacking\" occurs in completely simulated environments. No actual networks, systems, or data are accessed or compromised.\n\nThe techniques demonstrated should only be used:\n- For learning and education\n- On systems you own or have explicit permission to test\n- In authorized penetration testing engagements\n\n**Always hack responsibly and legally!**\n\n## Support\n\nIf you find this project useful, consider supporting development:\n\n[![Ko-fi](https://img.shields.io/badge/Ko--fi-Support%20Me-ff5f5f?logo=ko-fi)](https://ko-fi.com/brainphreak)\n\n## License\n\nMIT License - See [LICENSE](LICENSE) for details.\n\n## Credits\n\nCreated by [brainphreak](https://brainphreak.net)\n\n---\n\n**Happy Hacking!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainphreak%2Fhacker-game-suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainphreak%2Fhacker-game-suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainphreak%2Fhacker-game-suite/lists"}