From 11b44fe9412067afb01ed3eb728bd77d9f2126e9 Mon Sep 17 00:00:00 2001 From: zerosum0x0 Date: Tue, 30 Jan 2018 00:32:51 -0700 Subject: [PATCH] break out of named pipe search to send less packets --- zzz_exploit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zzz_exploit.py b/zzz_exploit.py index 47b418d..3b64a1b 100644 --- a/zzz_exploit.py +++ b/zzz_exploit.py @@ -293,6 +293,7 @@ def find_named_pipe(conn): fid = conn.nt_create_andx(tid, pipe) conn.close(tid, fid) found_pipe = pipe + break except smb.SessionError as e: pass