diff --git a/CHANGELOG b/CHANGELOG index 4145780..135457f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +[9.19.2015] + Released.: 2.22.1 + Updated..: Fixed issue with msfvenom output change and command line usage, updated in pull requests #218 and #219, thanks to gryffus for the patches! + [9.15.2015] Released.: 2.22.0 Added....: Added a Ruby payload which base64 decodes its shellcode at runtime and injects into memory diff --git a/modules/common/messages.py b/modules/common/messages.py index 924baea..90c7fdd 100644 --- a/modules/common/messages.py +++ b/modules/common/messages.py @@ -8,7 +8,7 @@ import helpers -version = "2.22.0" +version = "2.22.1" # try to find and import the settings.py config file