diff --git a/changelog b/changelog index 94538fab2..e625e8332 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,15 @@ +1/7/2020 +------------ +- Version 3.0.2 Master Release + - Updated SystemRandom() and maintain API compatibility - #29 (@moloch--) + - Fixed invoke-shell code (@Hubbl3) + - Fixed meterpreter stager generation - #59 (@Hubbl3) + - Fixed lnk and dll launchers - #57 (@C01N) + - Fixed multi/macro launcher - #60 (@Hubbl3) + - Updated orphaned agent handling - #56 (@Hubbl3) + - Fixed pip3 install - #50 (@Hubbl3) + - Removed unsupported invoke-shellcode options (@Hubbl3) + 12/29/2019 ------------ - Version 3.0.1 Master Release diff --git a/lib/common/empire.py b/lib/common/empire.py index 4d69e35be..336c2de84 100644 --- a/lib/common/empire.py +++ b/lib/common/empire.py @@ -14,7 +14,7 @@ from builtins import input from builtins import str from builtins import range -VERSION = "3.0.1 BC-Security Fork" +VERSION = "3.0.2 BC-Security Fork" from pydispatch import dispatcher