diff --git a/ChangeLog.md b/ChangeLog.md index 0da313dee..2144c0e0c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -54,6 +54,8 @@ https://github.com/fortra/impacket/commits/master * Added `-target-ip` parameter to allow Kerberos authentication without much change in the DNS configuration of the local machine (@Palkovsky) * [mssqlshell.py](examples/mssqlshell.py): * Switching back to original DB after running `enum_impersonate` command (@exploide) + * [registry-read.py](examples/registry-read.py): + * Fixed scenario where value name contains backlash (@DidierA) 3. New examples * [describeTicket.py](examples/describeTicket.py): Ticket describer and decrypter. (@ShutdownRepo) @@ -63,7 +65,7 @@ https://github.com/fortra/impacket/commits/master As always, thanks a lot to all these contributors that make this library better every day (up to now): -@tomspencer @anadrianmanrique @ShutdownRepo @dadevel @gjhami @NtAlexio2 @F-Masood @BlWasp @gabrielg5 @XiaoliChan @omry99 @Wlayzz @themaks @alexisbalbachan @RazzburyPi @jeffmcjunkin @p0dalirius @dc3l1ne @jfjallid @Palkovsky @rtpt-erikgeiser @trietend @zblurx @dru1d-foofus @PfiatDe +@tomspencer @anadrianmanrique @ShutdownRepo @dadevel @gjhami @NtAlexio2 @F-Masood @BlWasp @gabrielg5 @XiaoliChan @omry99 @Wlayzz @themaks @alexisbalbachan @RazzburyPi @jeffmcjunkin @p0dalirius @dc3l1ne @jfjallid @Palkovsky @rtpt-erikgeiser @trietend @zblurx @dru1d-foofus @PfiatDe @DidierA ## Impacket v0.11.0 (Aug 2023):