pentesting 0.73.9 → 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-S6IMN7AQ.js → agent-tool-K3ETJX2V.js} +2 -2
- package/dist/{chunk-DDLHDNOM.js → chunk-OP3YVCKB.js} +2 -2
- package/dist/{chunk-6M7LXEMY.js → chunk-TFYJWIQF.js} +1 -1
- package/dist/main.js +3 -3
- package/dist/{persistence-VW7NUTP4.js → persistence-TSBV5F6R.js} +1 -1
- 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,7 +13,7 @@ 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,
|
|
@@ -69,7 +69,7 @@ import {
|
|
|
69
69
|
startBackgroundProcess,
|
|
70
70
|
stopBackgroundProcess,
|
|
71
71
|
writeFileContent
|
|
72
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-TFYJWIQF.js";
|
|
73
73
|
import {
|
|
74
74
|
DETECTION_PATTERNS,
|
|
75
75
|
HEALTH_CONFIG,
|
|
@@ -11054,7 +11054,7 @@ After completion: record key loot/findings from the sub-agent output to canonica
|
|
|
11054
11054
|
rootTaskId: activeExecution.rootTaskId
|
|
11055
11055
|
}
|
|
11056
11056
|
});
|
|
11057
|
-
const { AgentTool } = await import("./agent-tool-
|
|
11057
|
+
const { AgentTool } = await import("./agent-tool-K3ETJX2V.js");
|
|
11058
11058
|
const executor = new AgentTool(state, events, scopeGuard, approvalGate);
|
|
11059
11059
|
try {
|
|
11060
11060
|
const result = await executor.execute(input);
|
|
@@ -348,7 +348,7 @@ var INPUT_PROMPT_PATTERNS = [
|
|
|
348
348
|
];
|
|
349
349
|
|
|
350
350
|
// src/shared/constants/agent.ts
|
|
351
|
-
var APP_VERSION = "0.73.
|
|
351
|
+
var APP_VERSION = "0.73.10";
|
|
352
352
|
var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
|
|
353
353
|
var LLM_ROLES = {
|
|
354
354
|
SYSTEM: "system",
|
package/dist/main.js
CHANGED
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
rotateTurnRecords,
|
|
39
39
|
setCurrentTurn,
|
|
40
40
|
writePolicyDocument
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-OP3YVCKB.js";
|
|
42
42
|
import {
|
|
43
43
|
AGENT_ROLES,
|
|
44
44
|
APP_DESCRIPTION,
|
|
@@ -87,7 +87,7 @@ import {
|
|
|
87
87
|
setActiveSessionRuntime,
|
|
88
88
|
setTorEnabled,
|
|
89
89
|
snapshotToPrompt
|
|
90
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-TFYJWIQF.js";
|
|
91
91
|
import {
|
|
92
92
|
EXIT_CODES,
|
|
93
93
|
getOptionalRuntimeSection,
|
|
@@ -3273,7 +3273,7 @@ var makeRotateTurns = (_llm, _opts) => async (_ctx) => {
|
|
|
3273
3273
|
};
|
|
3274
3274
|
var makeSaveSession = (_llm, _opts) => async (ctx) => {
|
|
3275
3275
|
try {
|
|
3276
|
-
const { saveState: saveState2 } = await import("./persistence-
|
|
3276
|
+
const { saveState: saveState2 } = await import("./persistence-TSBV5F6R.js");
|
|
3277
3277
|
saveState2(ctx.state);
|
|
3278
3278
|
} catch {
|
|
3279
3279
|
}
|