Skip to content

Commit

Permalink
Merge pull request topotam#6 from brrrbrrrrr/patch-1
Browse files Browse the repository at this point in the history
efsr -> efsrpc
  • Loading branch information
topotam authored Jul 26, 2021
2 parents 54a0e81 + dae1081 commit 8b8f9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Petitpotam.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def connect(self, username, password, domain, lmhash, nthash, target, pipe):
'MSRPC_UUID_EFSR': ('c681d488-d850-11d0-8c52-00c04fd90f7e', '1.0')
},
'efsr': {
'stringBinding': r'ncacn_np:%s[\PIPE\efsr]' % target,
'stringBinding': r'ncacn_np:%s[\PIPE\efsrpc]' % target,
'MSRPC_UUID_EFSR': ('df1941c5-fe89-4e79-bf10-463657acf44d', '1.0')
},
'samr': {
Expand Down

0 comments on commit 8b8f9cf

Please sign in to comment.