Skip to content

Commit

Permalink
Merge pull request #532 from Pennyw0rth/bh
Browse files Browse the repository at this point in the history
push bloodhound to 1.8
  • Loading branch information
mpgn authored Jan 2, 2025
2 parents fcc22c2 + 37ae051 commit 56e9222
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions nxc/modules/coerce_plus.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,7 @@ def get_dynamic_endpoint(self, interface: bytes, target: str, timeout: int = 5)
try:
endpoint = epm.hept_map(target, interface, protocol="ncacn_ip_tcp", dce=dce)
self.context.log.debug(
"Resolved dynamic endpoint %s to %s"
% (repr(uuid.bin_to_string(interface)), repr(endpoint))
f"Resolved dynamic endpoint {uuid.bin_to_string(interface)!r} to {endpoint!r}"
)
return endpoint
except Exception as e:
Expand Down
9 changes: 4 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ aiosqlite = "^0.19.0"
argcomplete = "^3.1.4"
asyauth = ">=0.0.20"
beautifulsoup4 = ">=4.11,<5"
bloodhound = "^1.7.2"
bloodhound = "^1.8.0"
dploot = "^3.0.3"
dsinternals = "^1.2.4"
impacket = { git = "https://github.com/fortra/impacket.git" }
Expand Down

0 comments on commit 56e9222

Please sign in to comment.