Metadata-Version: 2.4
Name: vibe-pentesterlab
Version: 0.2.0
Summary: A modular pentesting framework
Home-page: https://github.com/kcprajeesh/vibe-pentesterlab
Author: Prajeesh kc
Author-email: vp.prajeesh2@gmail.com
License: MIT
Keywords: pentesting security framework
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0.0
Requires-Dist: flask>=2.0.0
Requires-Dist: pymetasploit>=1.0.0
Requires-Dist: reportlab>=3.6.0
Requires-Dist: flask-socketio>=5.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Vibe Pentesterlab 🔍⚔️

A modular, AI-driven penetration testing toolkit by **Prajeesh KC**.

## Features
- 🧠 AI task generation ()
- 🧪 Plugins: Scan, Recon, Exploit
- 💾 SQLite database to store results
- 🖥️ CLI and Flask GUI interface
- ✅ PyPI/Colab/Termux compatible

## CLI Usage
```bash
vibe --target example.com --scan
vibe --target test.com --recon
vibe-gpt
```

## Installation
```bash
pip install -r requirements.txt
pip install -e .
```

## License
MIT © 2025 Prajeesh KC
