From 749eb663f5032ac2384669d4e05d981766b848ce Mon Sep 17 00:00:00 2001 From: AlessandroZ Date: Fri, 9 Dec 2016 00:48:12 +0100 Subject: [PATCH] changelog --- CHANGELOG | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 43c448c9..2f44b83b 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,17 @@ -LaZagne 1.9 (28/11/2016) +LaZagne 2.0 (09/12/2016) - Only Windows: - * better interprocesses communication for impersonation mechanism (using rpyc) + * only one process is launched (impersonnation is done using "ImpersonateLoggedOnUser" and no more "CreateProcessAsUser") + * no more temporary file written on the disk + * uses of powerdump from empire (thanks to adaptivethreat) to avoid writing hives on the disk (avoid "reg save ...") * better way to catch errors * json output to be more "human readable" * cleaning code * New category added called "memory": used to retrieve password on memory * KeeThief added (thanks to adaptivethreat) - retrieve keepass (version 2.x) password from memory * Powershell code used from https://github.com/adaptivethreat/KeeThief/ + * Browser passwords present in memory could be retrieved + * Thanks to n1nj4sec for his awesome project "memorpy" + * https://github.com/n1nj4sec/memorpy LaZagne 1.8 (15/11/2016) - Only Windows: