Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0 bug fixes #46

Merged
merged 25 commits into from
Dec 30, 2019
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6e3f56d
Fixed error in windows/macro - #30
Cx01N Dec 24, 2019
3c655b3
Fixed upload file - #30
Cx01N Dec 24, 2019
ed28673
Updated changelog
Cx01N Dec 24, 2019
3f207e7
Updated wmi.py authors
Cx01N Dec 24, 2019
8950e11
Updated version number
Cx01N Dec 25, 2019
6a4f7c9
fix for #31
Hubbl3 Dec 26, 2019
c9c5fe9
Fixed upload for large files - #30
Cx01N Dec 26, 2019
a947f39
Fix for sysinfo error
invalid-email-address Dec 26, 2019
48f241c
fix sysinfo python error
invalid-email-address Dec 26, 2019
99831de
Removed 24 Jun 18 commit changes to address #16 Long running module l…
Hubbl3 Dec 26, 2019
6f66417
Merge branch '3.0-bug-fixes' of https://github.com/BC-SECURITY/Empire…
Hubbl3 Dec 26, 2019
95fb73b
Merge branch 'pr36' into 3.0-bug-fixes
Cx01N Dec 27, 2019
647b5d6
Fixed screenshot and download errors
Cx01N Dec 28, 2019
5da0e2f
Merge branch 'screenshot-fixes' into 3.0-bug-fixes
Cx01N Dec 28, 2019
ec21f24
Removed duplicate sysinfo print
Cx01N Dec 28, 2019
72e0c81
Fixed misspelling
Cx01N Dec 28, 2019
b6afd79
updating? to upstream ?
invalid-email-address Dec 28, 2019
dfe2ffd
Merge recent commits from upstream into fork
invalid-email-address Dec 28, 2019
53aa102
gitignore gitignore
invalid-email-address Dec 28, 2019
683baa1
Fixed meterpreter error
Cx01N Dec 29, 2019
cf44f2f
Fixes error message related to hashing in scriptimport
invalid-email-address Dec 29, 2019
bef9504
Cleaned up print results
Cx01N Dec 30, 2019
36bc64a
Merge pull request #45 from Invoke-Mimikatz/3.0-bug-fixes
vinnybod Dec 30, 2019
e52a7ea
Updated changelog
Cx01N Dec 30, 2019
381cbc7
Updated changelog
Cx01N Dec 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated changelog
  • Loading branch information
Cx01N authored Dec 30, 2019
commit e52a7ead2d770e561cfff8aad17077635ced5c6d
23 changes: 19 additions & 4 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
11/26/2019
12/29/2019
------------
- Version 3.0 Beta Release
- Version 3.0.1 Master Release
- Fixed sysinfo error (@Invoke-Mimikatz)
- Fixed Debian 10.x docker (@Vinnybod)
- Fixed windows/macro stager error (@rossiV1)
- Fixed upload file error (@Invoke-Mimikatz)
- Fixed download file error (@Cx01N)
- Fixed scriptcmd error (@Invoke-Mimikatz)
- Fixed print creds error (@bsrinivasguptha)
- Cleaned up print results (@Cx01N)
- Fixed long running module issue (@Hubbl3)

Credit was given to the authors that reported the bug to us as a thank you for
spending time debugging with our team. Please contact us at Empire@bc-security.org,
if credit is incorrectly cited.

12/22/2019
------------
- Version 3.0 Master Release
- Added Python 2.6/7 and 3.x compatibility (@Cx01N, @Hubbl3, @Vinnybod)
- Improved Windows Defender Evasion (@Hubbl3)
- Updated mimikatz binary in Invoke-Mimikatz to version 2.2.0 20191125 (@Cx01N)
Expand Down Expand Up @@ -66,8 +83,6 @@ please contact us at info@bc-security.org
- Added onedrive listener for powershell agent (@mr64bit)
- Added opsec-safe aliases for ls, pwd, rm, mkdir, whoami, and getuid in the python agent
- Updated office macro stager for python agent (@import-au)



01/04/2018
------------
Expand Down