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 +8 -2
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,11 +10,17 @@
|
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
-
|
|
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
|
-
|
|
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.
|
|
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",
|