From c2c62f9a5c4c95747c6b4c8d3b424a1ad62a3d1e Mon Sep 17 00:00:00 2001 From: adrian manrique <60896207+anadrianmanrique@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:12:00 -0300 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index ef565bba59..5d774340ff 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -92,12 +92,12 @@ https://github.com/fortra/impacket/commits/master * [tstool.py](examples/tstool.py): * Added support for kerberos auth, resolves SIDs (@nopernik) - 4. New examples * [describeTicket.py](examples/describeTicket.py): Ticket describer and decrypter. (@ShutdownRepo) * [GetADComputers.py](examples/GetADComputers.py): Query's DC via LDAP and returns the COMPUTER objects and the useful attributes such as full dns name, operating system name and version. (@F-Masood) * [GetLAPSPassword.py](examples/GetLAPSPassword.py): Extract LAPS passwords from LDAP (@zblurx and @dru1d-foofus) - * [dacledit.py](examples/dacledit.py): This script can be used to read, write, remove, backup, restore ACEs (Access Control Entries) in an object DACL (Discretionary Access Control List). (@_nwodtuhs) (@BlWasp_) (@Wlayzz) + * [dacledit.py](examples/dacledit.py): This script can be used to read, write, remove, backup, restore ACEs (Access Control Entries) in an object DACL (Discretionary Access Control List). (@ShutdownRepo) (@BlWasp_) (@Wlayzz) + * [owneredit.py](examples/oweneredit.py): Added this script to abuse WriteOwner (ADS_RIGHT_WRITE_OWNER) access rights. This allows to take ownership of another object, and then edit that object's DACL (@ShutdownRepo) (@BlWasp_) As always, thanks a lot to all these contributors that make this library better every day (up to now):