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
|`--cleanup_postgres`| Remove PostgreSQL container after completion |
166
166
|`--cleanup_elk`| Remove Elasticsearch and Kibana containers after completion |
167
167
168
+
### Manual exploit mode
169
+
170
+
When `exploit` is omitted (or set to `""`), SETC starts the target and tcpdump capture, then pauses and waits for you to manually exploit the target from a separate terminal. Press Enter when done and SETC proceeds with cleanup, PCAP parsing, and log conversion as usual.
171
+
172
+
This is useful for exploits not in Metasploit, custom attack chains, or interactive research.
173
+
174
+
```json
175
+
[
176
+
{
177
+
"name": "CVE-2024-XXXXX",
178
+
"settings": {
179
+
"description": "Manual exploitation of custom vuln",
180
+
"target_image": "vuln-app:latest"
181
+
}
182
+
}
183
+
]
184
+
```
185
+
186
+
```bash
187
+
# SETC will start the target, then prompt you:
188
+
# "Press Enter when finished exploiting to continue..."
0 commit comments