An open API service indexing awesome lists of open source software.

https://github.com/brainphreak/hacker-game-suite

A suite of four educational cybersecurity games: OSINT Investigation, Phishing Detection, Network Forensics, and a Command-Line Typing game.
https://github.com/brainphreak/hacker-game-suite

games hacking html5 security

Last synced: about 2 months ago
JSON representation

A suite of four educational cybersecurity games: OSINT Investigation, Phishing Detection, Network Forensics, and a Command-Line Typing game.

Awesome Lists containing this project

README

          

# Hacker Game Suite

A collection of interactive cybersecurity training games designed to teach and test security awareness skills through hands-on challenges.

![Hacker Game Suite](https://img.shields.io/badge/Games-4-green) ![License](https://img.shields.io/badge/License-MIT-blue)

## Games Included

### Identity Theft (OSINT Investigation)
**Difficulty: Intermediate**

Investigate 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.

- Multiple investigation targets
- Time-based challenges
- Progressive difficulty levels
- Real-world OSINT techniques

### Phishing Expedition
**Difficulty: Beginner**

Identify phishing emails from legitimate ones in this fast-paced email analysis game. Learn to spot the red flags that indicate malicious intent.

- 60-second timed rounds
- Score-based gameplay
- Lives system
- Realistic email examples
- Explanations for each answer

### Packet Sniffer
**Difficulty: Advanced**

Intercept and decode hidden messages from captured network packets. Use analysis tools to extract intelligence from raw network data.

- Network traffic analysis
- Protocol decoding challenges
- Data extraction puzzles
- Pattern recognition exercises
- Multiple difficulty levels

### Firewall Breach
**Difficulty: Expert**

Penetrate corporate firewalls using simulated exploitation techniques. Find vulnerabilities, bypass detection systems, and access secured systems.

- Network penetration simulation
- Vulnerability exploitation
- Stealth operation challenges
- IDS evasion techniques
- Command-line interface

## Quick Start

1. Clone this repository:
```bash
git clone https://github.com/brainphreak/hacker-game-suite.git
```

2. Open `index.html` in your browser, or serve with any HTTP server:
```bash
# Python 3
python -m http.server 8080

# Node.js (with http-server)
npx http-server
```

3. Navigate to `http://localhost:8080` and start playing!

## Live Demo

Play online at: [brainphreak.net](https://brainphreak.net)

## Features

- **No Installation Required** - Pure HTML/CSS/JavaScript, runs in any modern browser
- **Self-Contained** - Each game is a standalone file with no external dependencies
- **Mobile Responsive** - Play on desktop, tablet, or mobile devices
- **Educational Focus** - Learn real cybersecurity concepts through gameplay
- **Offline Capable** - Download and play without internet connection

## Educational Value

These games teach important cybersecurity concepts:

- **Phishing Detection** - Recognize suspicious emails, URLs, and social engineering tactics
- **OSINT Skills** - Learn how attackers gather information from public sources
- **Network Analysis** - Understand packet structures and network protocols
- **Penetration Testing** - Learn the methodology used by security professionals

## Disclaimer

This software is designed for **educational purposes only**. All "hacking" occurs in completely simulated environments. No actual networks, systems, or data are accessed or compromised.

The techniques demonstrated should only be used:
- For learning and education
- On systems you own or have explicit permission to test
- In authorized penetration testing engagements

**Always hack responsibly and legally!**

## Support

If you find this project useful, consider supporting development:

[![Ko-fi](https://img.shields.io/badge/Ko--fi-Support%20Me-ff5f5f?logo=ko-fi)](https://ko-fi.com/brainphreak)

## License

MIT License - See [LICENSE](LICENSE) for details.

## Credits

Created by [brainphreak](https://brainphreak.net)

---

**Happy Hacking!**