Update README.md

This commit is contained in:
bikini
2026-06-23 05:49:59 -05:00
committed by GitHub
parent 33285ec49e
commit ad1ce161d6

View File

@@ -110,7 +110,7 @@ Run as a one-shot malicious server for a challenge client:
python poc/libpwn_cve_2026_55200_server.py --serve --listen-host 0.0.0.0 --listen-port 2222 python poc/libpwn_cve_2026_55200_server.py --serve --listen-host 0.0.0.0 --listen-port 2222
``` ```
Change `--listen-host` and `--listen-port` for your lab or HTB instance. The top of the script also leaves: Change `--listen-host` and `--listen-port` for your lab instance. The top of the script also leaves:
```python ```python
HOST = "" HOST = ""