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.**
[](https://python.org)
[](LICENSE)
[](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
[](#oreahax-framework)