You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agents/attackers/llm_qa/prompts.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ prompts:
10
10
4. You can find data in hosts you control.
11
11
5. You can exfiltrate known data to and from controlled hosts.
12
12
13
+
Service format: when specifying `target_service` for ExploitService, use the exact string shown under "Known services" in the status (including port/proto and name), e.g., "22/tcp, ssh" or "80/tcp, http"; do not use aliases like just "ssh" or only the port.
14
+
13
15
Do not repeat actions that you took in the past.
14
16
Do not scan or exploit services in hosts you control.
15
17
Do not scan the same network twice.
@@ -23,12 +25,12 @@ prompts:
23
25
Known hosts are 2.2.2.2, 1.1.1.2, 2.2.2.3
24
26
Controlled hosts are 2.2.2.2, 1.1.1.2
25
27
Known data for source host 1.1.1.2: are ('User1', 'SomeData')
0 commit comments