pentesting 0.46.4 → 0.46.6

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
@@ -16,17 +16,17 @@ Public assets for [pentesting](https://www.npmjs.com/package/pentesting) npm pac
16
16
 
17
17
  ## TUI Demo
18
18
 
19
- ![TUI Demo](tui-demo.webp)
19
+ ![TUI Demo](https://raw.githubusercontent.com/agnusdei1207/public/main/tui-demo.webp)
20
20
 
21
21
  ## Screenshots
22
22
 
23
23
  | Recon | Exploit |
24
24
  |-------|---------|
25
- | ![Recon](01-recon.png) | ![Exploit](02-exploit.png) |
25
+ | ![Recon](https://raw.githubusercontent.com/agnusdei1207/public/main/01-recon.png) | ![Exploit](https://raw.githubusercontent.com/agnusdei1207/public/main/02-exploit.png) |
26
26
 
27
27
  | Privesc | Lateral Movement |
28
28
  |---------|-----------------|
29
- | ![Privesc](03-privesc.png) | ![Lateral](04-lateral.png) |
29
+ | ![Privesc](https://raw.githubusercontent.com/agnusdei1207/public/main/03-privesc.png) | ![Lateral](https://raw.githubusercontent.com/agnusdei1207/public/main/04-lateral.png) |
30
30
 
31
31
 
32
32
  ---
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.4";
314
+ var APP_VERSION = "0.46.6";
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.4",
3
+ "version": "0.46.6",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",