Skip to content

Commit

Permalink
Fixes #59 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Sep 22, 2023
1 parent b4c2ddb commit 24c9057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coercer/network/DCERPCSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def connect_ncacn_ip_tcp(self, target, port, targetIp=None, debug=False):
self.session.set_auth_level(RPC_C_AUTHN_LEVEL_PKT_PRIVACY)

if debug:
print(" [>] Connecting to %s ... " % ncan_target, end="")
print(" [>] Connecting to %s ... " % ncacn_ip_tcp, end="")
sys.stdout.flush()
try:
self.session.connect()
Expand Down

0 comments on commit 24c9057

Please sign in to comment.