Metadata-Version: 2.4
Name: apex-penter
Version: 2.9.9
Summary: APEX PENTER - Full Browser-Based Penetration Testing Suite
Home-page: https://github.com/strangedreamer4/APEX-PENTER-.git
Author: StRaNgErDrEaMeR
Author-email: oohacker008@gmail.com
Project-URL: Bug Reports, https://github.com/strangedreamer4/APEX-PENTER-/issues
Project-URL: Source, https://github.com/strangedreamer4/APEX-PENTER-
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Security
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: rich
Requires-Dist: rich>=10.0.0; extra == "rich"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# ⬡ APEX PENTER

**APEX PENTER - Full Browser-Based Penetration Testing Suite**

[![PyPI version](https://badge.fury.io/py/apex-penter.svg)](https://badge.fury.io/py/apex-penter)
[![Python Version](https://img.shields.io/pypi/pyversions/apex-penter.svg)](https://pypi.org/project/apex-penter/)
[![License](https://img.shields.io/github/license/strangedreamer4/APEX-PENTER-.svg)](https://github.com/strangedreamer4/APEX-PENTER-/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/strangedreamer4/APEX-PENTER-.svg)](https://github.com/strangedreamer4/APEX-PENTER-/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/strangedreamer4/APEX-PENTER-.svg)](https://github.com/strangedreamer4/APEX-PENTER-/issues)

**Author:** StRaNgErDrEaMeR
**Email:** oohacker008@gmail.com
**GitHub:** [strangedreamer4](https://github.com/strangedreamer4)

## 🎯 Features

- 🔍 **Full Web Penetration Testing** - Comprehensive security scanning
- 🌐 **Browser-Based GUI** - Beautiful, interactive web interface
- 🛡️ **Vulnerability Scanner** - SQLi, XSS, LFI, and more
- 📊 **Detailed Reports** - HTML & JSON report generation
- 🚀 **Fast & Efficient** - Multi-threaded scanning engine
- 🔧 **Quick Tools** - nmap, nikto, dirsearch, gobuster, whatweb, wafw00f
- 📈 **Real-time Progress** - Live updates and progress bars
- 💾 **Report History** - All reports saved locally

## 📦 Installation

### With Virtual Environment (Recommended for Kali)
```bash
# Create and activate virtual environment
python3 -m venv apex_env
source apex_env/bin/activate  # Linux/Mac
# apex_env\\Scripts\\activate  # Windows

# Install APEX PENTER
pip install apex-penter
```

## 🚀 Quick Start

```bash
source apex_env/bin/activate  # Activate venv
apex                   # Run APEX PENTER
```

### Or use the launcher script
```bash
./launch_apex.sh  # Linux/Mac
```

## 🛡️ Disclaimer

This tool is for educational and authorized testing purposes only.

---
Made with ❤️ by StRaNgErDrEaMeR
