Metadata-Version: 2.4
Name: specter-vicious-ce
Version: 1.0.0
Summary: SPECTER VICIOUS CE — AI-Driven Web Application Penetration Testing. Community Edition.
Author-email: Richard Barron <richard@red-specter.co.uk>
License: Apache-2.0
Project-URL: Homepage, https://red-specter.co.uk
Project-URL: Repository, https://github.com/RichardBarron27/specter-vicious-ce
Keywords: security,pentesting,ai,exploit,autonomous
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.7
Requires-Dist: requests>=2.31.0
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: lxml>=5.1.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: aiohttp>=3.9.3
Requires-Dist: pydantic>=2.6.1
Requires-Dist: rich>=13.7.0
Requires-Dist: pynacl>=1.5.0
Requires-Dist: ollama>=0.1.6
Requires-Dist: numpy>=1.26.4
Requires-Dist: torch>=2.2.0
Requires-Dist: colorama>=0.4.6
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: playwright>=1.42.0
Requires-Dist: sqlparse>=0.4.4
Requires-Dist: dnspython>=2.6.1
Requires-Dist: cryptography>=42.0.5
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23.5; extra == "dev"
Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
Requires-Dist: pytest-timeout>=2.2.0; extra == "dev"
Requires-Dist: black>=24.2.0; extra == "dev"
Requires-Dist: mypy>=1.8.0; extra == "dev"
Requires-Dist: ruff>=0.2.2; extra == "dev"
Dynamic: license-file

# SPECTER VICIOUS CE — AI-Driven Web Application Penetration Testing

The first AI-native autonomous web application penetration testing tool.
DeepSeek R1 reasoning. GPU-accelerated payload mutation. Built for defended targets.

---

## What is it?

SPECTER VICIOUS CE is an autonomous web application penetration testing tool.

It doesn't run checklists. It reasons about your target, selects payloads,
mutates them to evade defences, adapts when blocked, and reports everything.

Standard tools time out against enterprise WAF. SPECTER VICIOUS CE evolves past it.

---

## How it works

Point it at a target with a signed ROE file. Set the gate. It runs.

DeepSeek R1 plans the attack strategy. PRION generates WAF-evading payload variants
on GPU. ADAPT monitors defence responses and feeds intelligence back to REASONING.
REPORT documents everything in real time.

---

## 7 Subsystems

| Subsystem | Role |
|---|---|
| RECONNAISSANCE | Target profiling, tech stack fingerprinting, WAF detection |
| REASONING | DeepSeek R1 32B/7B attack planning and strategy pivots |
| ARMORY-SELECT | Payload selection from 60+ exploits filtered by target profile |
| PRION-MUTATE | GPU-accelerated WAF-evading payload mutation (20x CPU speed) |
| ORCHESTRATE | Adaptive attack execution with timing and rate limit management |
| ADAPT | Real-time defence analysis and strategy feedback loop |
| REPORT | Full markdown and JSON output with vulnerability documentation |

---

## 2 Gates

| Gate | Capability |
|---|---|
| OPEN | Reconnaissance only — safe profiling, no exploitation |
| INJECT | Full exploitation — RECONNAISSANCE through REPORT |

---

## Install

```bash
pip install specter-vicious-ce
```

Requires Python 3.10+, ollama (DeepSeek R1 7B or 32B).
GPU optional — degrades gracefully to CPU without CUDA.

---

## Quick Start

```bash
# Recon only
specter-vicious-ce --target https://example.com --gate OPEN --roe roe.json

# Full exploitation
specter-vicious-ce --target https://example.com --gate INJECT --roe roe.json
```

---

## ROE File

All engagements require a signed Rules of Engagement file.

```json
{
  "roe_id": "ROE-001",
  "target": "https://example.com",
  "scope": ["https://example.com/*"],
  "expires": "2027-12-31T23:59:59",
  "gates": ["OPEN", "INJECT"],
  "signed_by": "Authorized Pentester",
  "signature": "YOUR_SIGNATURE_HERE",
  "notes": "Authorized penetration test."
}
```

---

## Requirements

- Python 3.10+
- ollama with DeepSeek R1 7B or 32B
- CUDA GPU recommended (RTX 3090 tested — 20x speedup over CPU)
- Kali Linux recommended

---

## Legal

For authorized penetration testing only.
Always obtain written permission before testing any system.
The ROE gate enforces scope — the tool will not run without a valid ROE file.

---

## Full Version

SPECTER VICIOUS MILSPEC includes two additional gates:

- EVOLVE — continuous adaptation mode, never stops learning
- UNLEASHED — full offensive capability including persistence and harvest

Contact: red-specter.co.uk

---

## About

Built by Red Specter Security Research Ltd — the AI offensive and defensive
security research company.

NIGHTFALL | AI Shield | BLACK BOX

red-specter.co.uk

---

## License

Apache 2.0 — see LICENSE file.
