Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 1bedcee

Browse files
committed
Updated version number and changelog for 1.3.1
1 parent 123a243 commit 1bedcee

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

changelog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
10/30/2015
2+
----------
3+
-Version 1.3.1
4+
-Updated reflectivepick dlls to fix bug in injection and dll payload injection
5+
6+
7+
============
8+
8/20/2015 - RELEASE 1.3
9+
============
10+
-Encompasses all changes since 1.2 tagged release
11+
112
10/26/2015
213
----------
314
-Fix for psinject bug due to lack of .NET 4.0 on target.
415
-Fix for bug in persistence/misc/add_sid_history
516

617
10/23/15
18+
--------
719
-Updated powerview.ps1 source to Version 2.0
820
-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
921
-Renamed PowerView modules to better match PowerView 2.0 naming scheme and moved to situational_awareness/network/powerview/*
@@ -13,7 +25,6 @@
1325
-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
1426
-renamed collection/filesearch to collection/find_interesting_file
1527

16-
1728
9/21/2015
1829
---------
1930
-Fix for 'skywalker' file overwrite exploit on control server (thanks @zeroSteiner!)
@@ -24,6 +35,7 @@
2435
-Added management/enable_multi_rdp to patch terminal services to allow mutiple connections
2536
-Fixed bug in write_dllhijacker that prevented the dll from being written out
2637

38+
2739
============
2840
8/30/2015 - RELEASE 1.2
2941
============

lib/common/empire.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
# make version for Empire
12-
VERSION = "1.3.0"
12+
VERSION = "1.3.1"
1313

1414

1515
from pydispatch import dispatcher

0 commit comments

Comments
 (0)