From 1bedcee2116f989c4a0071caea7d643d3573391d Mon Sep 17 00:00:00 2001 From: Harmj0y Date: Fri, 30 Oct 2015 12:08:57 -0400 Subject: [PATCH] Updated version number and changelog for 1.3.1 --- changelog | 14 +++++++++++++- lib/common/empire.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index a922a78fc..5b3e868b9 100644 --- a/changelog +++ b/changelog @@ -1,9 +1,21 @@ +10/30/2015 +---------- +-Version 1.3.1 +-Updated reflectivepick dlls to fix bug in injection and dll payload injection + + +============ +8/20/2015 - RELEASE 1.3 +============ +-Encompasses all changes since 1.2 tagged release + 10/26/2015 ---------- -Fix for psinject bug due to lack of .NET 4.0 on target. -Fix for bug in persistence/misc/add_sid_history 10/23/15 +-------- -Updated powerview.ps1 source to Version 2.0 -Built a way to dynamically generate the stripped PowerView code for functions needed by PowerView modules (helpers -> generate_dynamic_powershell_script), and updated all relevant PowerView modules -Renamed PowerView modules to better match PowerView 2.0 naming scheme and moved to situational_awareness/network/powerview/* @@ -13,7 +25,6 @@ -Added situational_awareness/network/get_forest_domain, situational_awareness/network/powerview/get_object_acl, situational_awareness/network/powerview/find_computer_field, situational_awareness/network/powerview/find_user_field, situational_awareness/network/powerview/get_ou, situational_awareness/network/powerview/get_group, situational_awareness/network/powerview/get_group_member, situational_awareness/network/powerview/get_gpo, situational_awareness/network/powerview/find_gpo_location, situational_awareness/network/powerview/find_gpo_computer_admin, situational_awareness/network/powerview/process_hunter, situational_awareness/network/powerview/find_foreign_group, situational_awareness/network/powerview/find_foreign_user -renamed collection/filesearch to collection/find_interesting_file - 9/21/2015 --------- -Fix for 'skywalker' file overwrite exploit on control server (thanks @zeroSteiner!) @@ -24,6 +35,7 @@ -Added management/enable_multi_rdp to patch terminal services to allow mutiple connections -Fixed bug in write_dllhijacker that prevented the dll from being written out + ============ 8/30/2015 - RELEASE 1.2 ============ diff --git a/lib/common/empire.py b/lib/common/empire.py index 81046447a..6e29a83ae 100644 --- a/lib/common/empire.py +++ b/lib/common/empire.py @@ -9,7 +9,7 @@ """ # make version for Empire -VERSION = "1.3.0" +VERSION = "1.3.1" from pydispatch import dispatcher