diff --git a/README.md b/README.md index 953e6ec92..25355a67d 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,6 @@ ![Empire](https://user-images.githubusercontent.com/20302208/70022749-1ad2b080-154a-11ea-9d8c-1b42632fd9f9.jpg) -[1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding) -[2.1]: http://i.imgur.com/P3YfQoD.png (facebook icon with padding) -[3.1]: http://i.imgur.com/yCsTjba.png (google plus icon with padding) -[4.1]: http://i.imgur.com/YckIOms.png (tumblr icon with padding) -[5.1]: http://i.imgur.com/1AGmwO3.png (dribbble icon with padding) -[6.1]: http://i.imgur.com/0o48UoR.png (github icon with padding) - -[1]: https://twitter.com/bcsecurity1 -[2]: http://www.facebook.com/XXXXXXX -[3]: https://plus.google.com/XXXXXXX -[4]: http://XXXXXXX.tumblr.com -[5]: http://dribbble.com/XXXXXXX -[6]: http://www.github.com/BC-SECURITY -[7]: https://www.bc-security.org/blog +[1]: https://www.bc-security.org/blog ![GitHub Release](https://img.shields.io/github/v/release/BC-SECURITY/Empire) ![GitHub contributors](https://img.shields.io/github/contributors/BC-SECURITY/Empire) @@ -22,7 +9,7 @@ ![GitHub](https://img.shields.io/github/license/BC-Security/Empire) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=flat)](https://twitter.com/BCSecurity1) -Keep up-to-date on our blog at [https://www.bc-security.org/blog][7] +Keep up-to-date on our blog at [https://www.bc-security.org/blog][1] Check out the Empire GUI: [Starkiller](https://github.com/BC-SECURITY/Starkiller) # Empire diff --git a/VERSION b/VERSION index a4f52a5db..0444f3207 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0 \ No newline at end of file +3.2.1 \ No newline at end of file diff --git a/changelog b/changelog index 7243802d4..1c4d05fa9 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,14 @@ +5/10/2020 +------------ +- Version 3.2.1 Master Release + - Updated reflective PE injection to work in Windows 10 - #202 (@Hubbl3) + - Updated Mimikatz to 20200502 TPM, IF & XOR - #200 (@Cx01N) + - Added option to run Mimikatz commands as non-elevated user - #193 (@Cx01N) + - Added safe string cast for reporting log - #203 (@Vinnybod) + - Fixed byte encoding error in invoke_wmi_debugger - #203 (@Cx01N) + - Removed Get-ExploitableSystem due to function being removed from PowerView- #194 (@Cx01N) + - Replaced Invoke-ReflectivePEInjection.ps1 with newer version - #202 (@Hubbl3) + 4/26/2020 ------------ - Version 3.2.0 Master Release diff --git a/lib/common/empire.py b/lib/common/empire.py index 5626bca23..901de8ae1 100644 --- a/lib/common/empire.py +++ b/lib/common/empire.py @@ -15,7 +15,7 @@ from builtins import str from builtins import range -VERSION = "3.2.0 BC-Security Fork" +VERSION = "3.2.1 BC-Security Fork" from pydispatch import dispatcher