Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libssh2-cve-2026-55200-poc/poc/libpwn_local_rce_exploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def run_exploit(args):
if rc != 0:
raise SystemExit("FAIL: harness exited non-zero")
if not proof.exists():
raise SystemExit("FAIL: proof file was not created. Please ensure the command is provided correctly.")
raise SystemExit("FAIL: proof file was not created")
proof_text = proof.read_text(errors="replace").strip()
if "libpwn-rce-verified" not in proof_text:
Expand Down