From 4a8b142e7babe19694d7c71b470ca9781e77c8f0 Mon Sep 17 00:00:00 2001 From: Chris Truncer Date: Sat, 19 Sep 2015 21:42:05 -0400 Subject: [PATCH] Updating changelog and version --- CHANGELOG | 4 ++++ modules/common/messages.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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