mirror of
https://github.com/usestrix/strix.git
synced 2026-08-16 09:26:39 +02:00
docs(python skill): use a distinctive PoC filename to avoid clobbering project files
This commit is contained in:
@@ -84,8 +84,9 @@ automatically, so it shows up in `list_requests` and you can use
|
|||||||
For iterative exploit work, put code in a file:
|
For iterative exploit work, put code in a file:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
1. Create or edit `exploit.py` with `apply_patch`.
|
1. Create or edit a distinctively-named script (e.g. `strix_poc.py`, to avoid
|
||||||
2. Run it with `exec_command`: `python3 exploit.py`.
|
clobbering project files) with `apply_patch`.
|
||||||
|
2. Run it with `exec_command`: `python3 strix_poc.py`.
|
||||||
3. Edit and rerun until the proof-of-concept is reliable.
|
3. Edit and rerun until the proof-of-concept is reliable.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user