Skip to content

Commit

Permalink
Merge pull request worawit#25 from zerosum0x0/named_pipe_listing
Browse files Browse the repository at this point in the history
Break out of named pipe search to send less packets
  • Loading branch information
worawit authored Jan 30, 2018
2 parents 78662cd + 11b44fe commit b9409bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zzz_exploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,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

Expand Down

0 comments on commit b9409bf

Please sign in to comment.