pentesting 0.70.8 → 0.70.10
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 +1 -1
- package/dist/main.js +702 -460
- package/dist/prompts/base.md +11 -9
- package/dist/prompts/orchestrator.md +9 -0
- package/dist/prompts/strategist-system.md +22 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
## Purpose
|
|
32
32
|
|
|
33
|
-
Pentesting support tool
|
|
33
|
+
Pentesting support tool. Can autonomously execute network penetration tests or assist with generic Capture The Flag (CTF) challenges (such as Reverse Engineering, Cryptography, and binary analysis) without requiring a specific network target.
|
|
34
34
|
|
|
35
35
|
---
|
|
36
36
|
|