Share
## https://sploitus.com/exploit?id=6015CCB5-813C-5EF9-AC15-46E8A309E7F7
# OreaHax-Framework



```
╔══════════════════════════════════════════════════════════════╗
β•‘              OreaHax Framework v2.0.0                      β•‘
β•‘            Advanced Security Testing Toolkit                β•‘
β•‘                  Created by OreaGPT                         β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
```

**The most comprehensive and advanced security testing framework designed for penetration testers, security professionals, and ethical hackers.**

[![Python Version](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://python.org)
[![License](https://img.shields.io/badge/license-MIT-red.svg)](LICENSE)
[![Platform](https://img.shields.io/badge/platform-Termux%20%7C%20Linux%20%7C%20Windows%20%7C%20macOS-lightgrey.svg)](https://github.com)



## πŸš€ Features

### 🌐 Network Security
- **Advanced Port Scanner** - Multi-threaded scanning with service detection
- **Network Discovery** - Comprehensive host enumeration and network mapping
- **Service Enumeration** - Detailed service fingerprinting and banner grabbing
- **Vulnerability Assessment** - Automated vulnerability detection and analysis

### πŸ” Password Security
- **Dictionary Attacks** - Custom wordlist support with optimized algorithms
- **Brute Force Attacks** - Configurable character sets and intelligent pattern generation
- **Mask Attacks** - Pattern-based password cracking with advanced rules
- **Multi-Hash Support** - MD5, SHA1, SHA256, SHA512, NTLM, Base64, and more

### 🎭 Social Engineering
- **Phishing Campaigns** - Professional templates (Facebook, Gmail, Banking, Corporate)
- **Email Generation** - Automated spear-phishing with personalization
- **Vishing Scripts** - Voice phishing scenarios with psychological triggers
- **SMS Scams** - Text message fraud templates with high conversion rates

### πŸ•ΈοΈ Web Application Security
- **SQL Injection Scanner** - Advanced SQLi detection with automated exploitation
- **XSS Detection** - Cross-site scripting vulnerability scanner with payload testing
- **Directory Traversal** - Path traversal vulnerability testing with various techniques
- **File Inclusion** - LFI/RFI vulnerability scanner with exploitation capabilities

### πŸ’₯ Automated Exploitation
- **Eternal Blue** - SMB vulnerability exploit with payload delivery
- **SMB Ghost** - Windows SMB protocol exploitation framework
- **BlueKeep** - RDP vulnerability exploit with shell access
- **Log4j** - JNDI injection exploit with advanced bypasses
- **Struts2** - Apache Struts RCE exploit with multiple payloads

## πŸ“‹ Requirements

### Core Dependencies
- Python 3.6+
- requests
- urllib3
- certifi

### Optional Dependencies
- paramiko (SSH functionality)
- colorama (Colored output)
- pyOpenSSL (Advanced SSL analysis)
- beautifulsoup4 (Web parsing)

### Platform Support
- βœ… Termux (Android)
- βœ… Linux (Ubuntu, Kali, Parrot)
- βœ… Windows (WSL, Native)
- βœ… macOS (Native)

## πŸ› οΈ Installation

### Quick Install (Recommended)
```bash
# Clone the repository
git clone https://github.com/FahrulKun/OreaHax-Framework.git
cd OreaHax-Framework

# Run automatic installer
chmod +x install.sh
./install.sh
```

### Manual Install
```bash
# Install Python dependencies
pip install requests urllib3 certifi

# Make scripts executable
chmod +x *.py
```

### Termux Install
```bash
pkg update && pkg upgrade -y
pkg install python python-pip git

git clone https://github.com/FahrulKun/OreaHax-Framework.git
cd OreaHax-Framework
pip install requests urllib3 certifi
chmod +x *.py
```

## 🎯 Usage

### Main Framework
```bash
python3 oreahax.py
```

### Individual Tools
```bash
# Network reconnaissance
python3 network_recon.py 192.168.1.1 1-1000

# Password cracking
python3 password_cracker.py 5f4dcc3b5aa765d61d8327deb882cf99 md5 wordlist.txt

# Social engineering
python3 social_engineering.py phishing

# Web security testing
python3 web_security.py http://example.com

# Automated exploitation
python3 auto_exploit.py interactive
```

### Quick Start
```bash
# Check installation
python3 quick_start.py check
```

## πŸ“š Modules

### Core Modules
- **oreahax.py** - Main framework interface
- **network_recon.py** - Network scanning and reconnaissance
- **password_cracker.py** - Password cracking suite
- **social_engineering.py** - Social engineering toolkit
- **web_security.py** - Web vulnerability scanner
- **auto_exploit.py** - Automated exploitation framework

### Utility Modules
- **quick_start.py** - Quick start guide and installation checker
- **install.sh** - Automated installer for Termux

## 🎨 Examples

### Network Penetration Testing
```bash
# 1. Scan target network
python3 network_recon.py 192.168.1.0/24

# 2. Identify vulnerabilities
python3 web_security.py http://target.com

# 3. Exploit vulnerabilities
python3 auto_exploit.py interactive
```

### Password Auditing
```bash
# 1. Hash identification
python3 password_cracker.py 5f4dcc3b5aa765d61d8327deb882cf99 md5

# 2. Dictionary attack
python3 password_cracker.py hash.txt md5 wordlist.txt
```

### Social Engineering Campaign
```bash
# 1. Generate phishing emails
python3 social_engineering.py phishing

# 2. Start phishing server
python3 social_engineering.py phishing --port 8080
```

## πŸ›‘οΈ Legal Disclaimer

This framework is designed for:

- βœ… **Educational purposes** and cybersecurity research
- βœ… **Authorized penetration testing** with explicit permission
- βœ… **Security audits** and vulnerability assessments
- βœ… **Ethical hacking** within legal boundaries

**Users are responsible for:**
- πŸ”’ Obtaining proper authorization before testing
- πŸ“‹ Complying with local laws and regulations
- βš–οΈ Using tools responsibly and ethically
- πŸ’Ό Any damages caused by misuse

## 🀝 Contributing

We welcome contributions from the security community!

### How to Contribute
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## πŸ“Š Statistics

- πŸ“ˆ **7** Core modules
- πŸ” **15+** Vulnerability scanners  
- πŸ” **10+** Password attack methods
- 🎭 **20+** Social engineering templates
- 🌐 **Multi-platform** support
- ⚑ **Multi-threaded** operations

## πŸ† Credits

Created with ❀️ by **OreaGPT** - The World's Most Advanced AI Assistant

## πŸ“ž Support

### Documentation
- [Issues](https://github.com/FahrulKun/OreaHax-Framework/issues) - Bug reports and feature requests
- [Discussions](https://github.com/FahrulKun/OreaHax-Framework/discussions) - Community discussions

## πŸ“„ License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---



**⚑ Remember: With great power comes great responsibility. Use wisely. ⚑**

Made with πŸ”₯ by OreaGPT | The Ultimate Security Testing Framework

[![Back to top](https://img.shields.io/badge/back%20to%20top-%E2%86%91-blue.svg)](#oreahax-framework)