Metadata-Version: 2.4
Name: cybertuz
Version: 1.0.1
Summary: Comprehensive Cyber Security Learning Platform for Termux & Linux
Home-page: https://github.com/djunekz/cybertuz
Author: djunekz
Author-email: djunekz <djunekz@github.com>
License: MIT License
        
        Copyright (c) 2025 djunekz
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/djunekz/cybertuz
Project-URL: Repository, https://github.com/djunekz/cybertuz
Project-URL: Bug Tracker, https://github.com/djunekz/cybertuz/issues
Keywords: cybersecurity,hacking,ethical-hacking,penetration-testing,termux,ctf,security,learning,education
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Education
Classifier: Topic :: Security
Classifier: Topic :: System :: Shells
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# CyberTuz

<div align="center">

**Comprehensive Cyber Security Learning Platform**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Platform](https://img.shields.io/badge/Platform-Termux%20%7C%20Linux%20%7C%20macOS-green.svg)](https://github.com/djunekz/cybertuz)
[![PyPI](https://img.shields.io/pypi/v/cybertuz.svg)](https://pypi.org/project/cybertuz)
[![Python](https://img.shields.io/pypi/pyversions/cybertuz.svg)](https://pypi.org/project/cybertuz)
[![Languages](https://img.shields.io/badge/Languages-13-orange.svg)](#language-support)
[![Modules](https://img.shields.io/badge/Modules-17-red.svg)](#modules)

</div>

---

## What is CyberTuz?

CyberTuz is a free, open-source, terminal-based cyber security learning platform built in Bash. It covers ethical hacking, penetration testing, network security, web application security, cryptography, digital forensics, CTF challenges, and real-world pentest simulations — all from your terminal.

> **For educational purposes only.** All content is designed to teach legal and ethical security practices.

---

## Installation

### Option 1: pip (recommended)

```bash
pip install cybertuz
```

Then simply run:

```bash
cybertuz
```

### Option 2: Manual (Termux / Linux)

```bash
# Clone repository
git clone https://github.com/djunekz/cybertuz
cd cybertuz

# Run installer (adds `cybertuz` command to PATH)
bash install.sh

# Then run from anywhere:
cybertuz
```

### Option 3: Direct run (no install)

```bash
git clone https://github.com/djunekz/cybertuz
cd cybertuz
bash cybertuz.sh
```

---

## Uninstall

### pip install:
```bash
pip uninstall cybertuz
```

### Manual install:
```bash
bash install.sh --uninstall
```

---

## Features

- **17 learning modules** — beginner to expert
- **13 language support** — English, Indonesian, Hindi, Malay, Russian, Chinese, Japanese, Thai, Vietnamese, Arabic, Spanish, Italian, Korean
- **Training Arena** — leveled hands-on practice (Newbie → Expert)
- **Mission System** — real-world pentest simulation tasks
- **CTF Challenges** — capture the flag practice exercises
- **Live practice** — real commands against safe targets
- **Progress tracking** — scores and mission completion saved locally
- **No internet required** for most features
- **Completely free** — no ads, no subscriptions

---

## Modules

| # | Module |
|---|--------|
| 1 | Basic Theory of Cyber Security |
| 2 | Reconnaissance & Information Gathering |
| 3 | Network Scanning & Enumeration |
| 4 | Vulnerability Assessment |
| 5 | Web Application Security |
| 6 | Cryptography & Encryption |
| 7 | Password Security & Cracking |
| 8 | Social Engineering Awareness |
| 9 | Network Security & Firewall |
| 10 | Wireless Security |
| 11 | Digital Forensics |
| 12 | Malware Analysis Basics |
| 13 | CTF & Practice Challenges |
| 14 | Tools & Complete Cheatsheet |
| 15 | Reports & Learning Progress |
| 16 | Training Arena (Newbie → Expert) |
| 17 | Mission System (Real Pentest Simulation) |

---

## Language Support

English · Indonesian · Hindi · Malay · Russian · Chinese · Japanese · Thai · Vietnamese · Arabic · Spanish · Italian · Korean

---

## Requirements

- Python 3.8+
- Bash 4.0+
- Linux, macOS, or Android (Termux)
- Optional: `nmap`, `curl`, `dnsutils`, `whois`, `python3` for live labs

---

## Links

- GitHub: https://github.com/djunekz/cybertuz
- Issues: https://github.com/djunekz/cybertuz/issues

---

## License

MIT © djunekz
