pentesting 0.73.8 → 0.73.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 +16 -7
- package/dist/{agent-tool-Y6CG5KRL.js → agent-tool-K3ETJX2V.js} +3 -3
- package/dist/{chunk-DN7INJ7C.js → chunk-OP3YVCKB.js} +84 -990
- package/dist/{chunk-KAUE3MSR.js → chunk-S5ZMXFHR.js} +18 -0
- package/dist/{chunk-26G2YIOA.js → chunk-TFYJWIQF.js} +1527 -3
- package/dist/main.js +623 -37
- package/dist/{persistence-SNX7ZQU5.js → persistence-TSBV5F6R.js} +2 -2
- package/dist/{process-registry-7XV46TDC.js → process-registry-4Y3HB4YQ.js} +1 -1
- package/dist/prompts/llm/input-processor-system.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,13 +76,22 @@ email: agnusdei1207@gmail.com
|
|
|
76
76
|
|
|
77
77
|
<br/>
|
|
78
78
|
|
|
79
|
-
<img src="https://api.iconify.design/twemoji:flag-ireland.svg" width="
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
79
|
+
<img src="https://api.iconify.design/twemoji:flag-ireland.svg" width="36" height="36" alt="Ireland" />
|
|
80
|
+
<img src="https://api.iconify.design/twemoji:flag-south-korea.svg" width="36" height="36" alt="South Korea" />
|
|
81
|
+
<img src="https://api.iconify.design/twemoji:flag-germany.svg" width="36" height="36" alt="Germany" />
|
|
82
|
+
<img src="https://api.iconify.design/twemoji:flag-italy.svg" width="36" height="36" alt="Italy" />
|
|
83
|
+
<img src="https://api.iconify.design/twemoji:flag-netherlands.svg" width="36" height="36" alt="Netherlands" />
|
|
84
|
+
<img src="https://api.iconify.design/twemoji:flag-japan.svg" width="36" height="36" alt="Japan" />
|
|
85
|
+
<img src="https://api.iconify.design/twemoji:flag-belgium.svg" width="36" height="36" alt="Belgium" />
|
|
86
|
+
<img src="https://api.iconify.design/twemoji:flag-spain.svg" width="36" height="36" alt="Spain" />
|
|
87
|
+
<img src="https://api.iconify.design/twemoji:flag-portugal.svg" width="36" height="36" alt="Portugal" />
|
|
88
|
+
<img src="https://api.iconify.design/twemoji:flag-austria.svg" width="36" height="36" alt="Austria" />
|
|
89
|
+
|
|
90
|
+
**Quietly built across Ireland, Korea, Germany, Italy, the Netherlands, Japan, Belgium, Spain, Portugal, and Austria.**
|
|
91
|
+
|
|
92
|
+
from recon to flag capture, the work speaks for itself.
|
|
93
|
+
|
|
94
|
+
[](#)
|
|
86
95
|
|
|
87
96
|
<br/>
|
|
88
97
|
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
createContextExtractor,
|
|
6
6
|
getLLMClient,
|
|
7
7
|
getShellSupervisorLifecycleSnapshot
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-OP3YVCKB.js";
|
|
9
9
|
import {
|
|
10
10
|
AGENT_ROLES,
|
|
11
11
|
EVENT_TYPES,
|
|
@@ -13,14 +13,14 @@ import {
|
|
|
13
13
|
TOOL_NAMES,
|
|
14
14
|
getProcessOutput,
|
|
15
15
|
listBackgroundProcesses
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-TFYJWIQF.js";
|
|
17
17
|
import {
|
|
18
18
|
DETECTION_PATTERNS,
|
|
19
19
|
PROCESS_EVENTS,
|
|
20
20
|
PROCESS_ROLES,
|
|
21
21
|
getActiveProcessSummary,
|
|
22
22
|
getProcessEventLog
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-S5ZMXFHR.js";
|
|
24
24
|
|
|
25
25
|
// src/engine/agent-tool/completion-box.ts
|
|
26
26
|
function createCompletionBox() {
|