Updated changelog and version for 1.2 release.

1.6 1.2
Harmj0y 2015-08-30 15:59:50 -04:00
parent e1cdef1d19
commit a92189b95c
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
============
8/30/2015 - RELEASE 1.2
============
-Encompasses all changes below
--- 'Native' shell commands in agent core ported to WMI equivalents
--- HMAC now uses SHA1 instead of MD5
--- Numerous bug fixes and UI tweaks throughout code
--- Six new modules and WAR stager added, /sids option added to golden_ticket
--- Fixed international locale bug with unicode text in agent.ps1
8/29/2015
---------
-HMAC algorithm for packet comms upgraded to use SHA1 instead of MD5
-credentials collected from collection/prompt now scraped/added to credential model
8/26/2015 8/26/2015
--------- ---------
-Added module privesc/bypassuac_wscript -Added module privesc/bypassuac_wscript

View File

@ -9,7 +9,7 @@ menu loops.
""" """
# make version for Empire # make version for Empire
VERSION = "1.1" VERSION = "1.2"
from pydispatch import dispatcher from pydispatch import dispatcher