From 32aa3c0339b84e8359fdecc492c561bace23f841 Mon Sep 17 00:00:00 2001 From: EDR Labs <60473889+Edgardo-Ramirez-Canales@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:13:44 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20Fix=20peque=C3=B1o=20(v=C3=ADa=20GitHub?= =?UTF-8?q?=20Trending=20Agent)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libssh2-cve-2026-55200-poc/poc/libpwn_local_rce_exploit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libssh2-cve-2026-55200-poc/poc/libpwn_local_rce_exploit.py b/libssh2-cve-2026-55200-poc/poc/libpwn_local_rce_exploit.py index bb3e18a..fc9e308 100644 --- a/libssh2-cve-2026-55200-poc/poc/libpwn_local_rce_exploit.py +++ b/libssh2-cve-2026-55200-poc/poc/libpwn_local_rce_exploit.py @@ -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: