Skip to content

Commit 56e9222

Browse files
authored
Merge pull request Pennyw0rth#532 from Pennyw0rth/bh
push bloodhound to 1.8
2 parents fcc22c2 + 37ae051 commit 56e9222

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

nxc/modules/coerce_plus.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,7 @@ def get_dynamic_endpoint(self, interface: bytes, target: str, timeout: int = 5)
773773
try:
774774
endpoint = epm.hept_map(target, interface, protocol="ncacn_ip_tcp", dce=dce)
775775
self.context.log.debug(
776-
"Resolved dynamic endpoint %s to %s"
777-
% (repr(uuid.bin_to_string(interface)), repr(endpoint))
776+
f"Resolved dynamic endpoint {uuid.bin_to_string(interface)!r} to {endpoint!r}"
778777
)
779778
return endpoint
780779
except Exception as e:

poetry.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ aiosqlite = "^0.19.0"
4040
argcomplete = "^3.1.4"
4141
asyauth = ">=0.0.20"
4242
beautifulsoup4 = ">=4.11,<5"
43-
bloodhound = "^1.7.2"
43+
bloodhound = "^1.8.0"
4444
dploot = "^3.0.3"
4545
dsinternals = "^1.2.4"
4646
impacket = { git = "https://github.com/fortra/impacket.git" }

0 commit comments

Comments
 (0)