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

Commit 05e6149

Browse files
committed
Update changelog and version
1 parent 7d33dc3 commit 05e6149

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
10/29/2017
2+
------------
3+
- Version 2.3 Master Release
4+
— Fix for #755
5+
— Merge PR from byt3bl33d3r for TLS version
6+
— Removed option to set chunk size for file downloads
7+
— Fix for #729
8+
— Fix renegotiation in powershell agent. Patched python agent to exit on 401 response.
9+
— Fix for #774
10+
— Added resource scripts capability (Carrie Roberts)
11+
— Fix for #749
12+
— Fix for #369
13+
— Added logic to log keystrokes to a file server side
14+
— Merge Invoke-PowerDump fix
15+
— Merge fixes for 718, 750, 762
16+
— Merge nits execution module
17+
— Updated generate function signatures in all modules
18+
— Fixed stagerURI option (rvrsh3ll)
19+
120
10/12/2017
221
--------
322
- Version 2.2 Master Release

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 = "2.2"
12+
VERSION = "2.3"
1313

1414
from pydispatch import dispatcher
1515

0 commit comments

Comments
 (0)