pentesting 0.46.1 → 0.46.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,11 +10,17 @@
10
10
 
11
11
  ---
12
12
 
13
- # Just 5 min
13
+ <div align="center">
14
+ <img src="docs/demo/tui-demo.webp" alt="Pentesting TUI Demo — Recon → Exploit → Root in minutes" width="800" />
15
+ <br/>
16
+ <sub>Autonomous pentesting: Recon → CouchDB exploit → Credential reuse → Privilege escalation → Root — all in under 7 minutes</sub>
17
+ </div>
18
+
19
+ ---
14
20
 
15
21
  ## Purpose
16
22
 
17
- This is a pentesting support tool.
23
+ Autonomous offensive security AI agent that thinks, searches, and attacks like a senior penetration tester.
18
24
 
19
25
  ## Quick Start with Docker (Recommended)
20
26
 
package/dist/main.js CHANGED
@@ -311,7 +311,7 @@ var ORPHAN_PROCESS_NAMES = [
311
311
 
312
312
  // src/shared/constants/agent.ts
313
313
  var APP_NAME = "Pentest AI";
314
- var APP_VERSION = "0.46.1";
314
+ var APP_VERSION = "0.46.2";
315
315
  var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
316
316
  var LLM_ROLES = {
317
317
  SYSTEM: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.46.1",
3
+ "version": "0.46.2",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",