From 27c196f894c8778b672044ee1d25d374c1d18c3f Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 26 Aug 2024 12:24:01 -0300 Subject: [PATCH] Update ChangeLog.md due to #1792 and #1789 --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index a6a59ab10b..94d9817fb7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -28,11 +28,13 @@ https://github.com/fortra/impacket/commits/master * [ntlmrelayx.py](examples/ntlmrelayx.py): * Added the creation of a new machine account through SMB (@BlWasp) * NTLMRelayX Multirelay fixes for target handling (@alexisbalbachan) + * Logging multirelay status when triggering the example (@gabrielg5) * Writes certificates to file rather than outputting b64 to console (@RazzburyPi) * Improved ability to continue relaying to ADCS web enrollment endpoint in order to request multiple certificates for different users (@RazzburyPi) * Fixed compatibility issue with other SMB clients connecting to the SOCKS proxy created by ntlmrelayx (@jfjallid) * Allow configuration of the SOCKS5 address and port (@rtpt-erikgeiser) * Fixed implementation of MSSQLShell (@gabrielg5) + * Logging notification of received connections in all relay servers (@gabrielg5) * [getST.py](examples/getST.py): * Added -self, -altservice and -u2u for S4U2self abuse, S4U2self+u2u, and service substitution (@ShutdownRepo) * [reg.py](examples/reg.py):