diff --git a/Gemfile.lock b/Gemfile.lock index 3a52ff4954..cc555b5005 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.17.44) + metasploit-framework (4.17.45) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -226,7 +226,7 @@ GEM thor (>= 0.18.1, < 2.0) rake (12.3.2) rb-readline (0.5.5) - recog (2.1.46) + recog (2.2.0) nokogiri redcarpet (3.4.0) rex-arch (0.1.13) @@ -265,7 +265,7 @@ GEM metasm rex-core rex-text - rex-socket (0.1.16) + rex-socket (0.1.17) rex-core rex-sslscan (0.1.5) rex-core diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 1b1870cf5e..202f0ffd0e 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -38,7 +38,7 @@ loofah, 2.2.3, MIT metasm, 1.0.3, LGPL metasploit-concern, 2.0.5, "New BSD" metasploit-credential, 2.0.14, "New BSD" -metasploit-framework, 4.17.44, "New BSD" +metasploit-framework, 4.17.45, "New BSD" metasploit-model, 2.0.4, "New BSD" metasploit-payloads, 1.3.62, "3-clause (or ""modified"") BSD" metasploit_data_models, 2.0.17, "New BSD" @@ -74,7 +74,7 @@ rails-html-sanitizer, 1.0.4, MIT railties, 4.2.11, MIT rake, 12.3.2, MIT rb-readline, 0.5.5, BSD -recog, 2.1.46, unknown +recog, 2.2.0, unknown redcarpet, 3.4.0, MIT rex-arch, 0.1.13, "New BSD" rex-bin_tools, 0.1.6, "New BSD" @@ -89,7 +89,7 @@ rex-powershell, 0.1.79, "New BSD" rex-random_identifier, 0.1.4, "New BSD" rex-registry, 0.1.3, "New BSD" rex-rop_builder, 0.1.3, "New BSD" -rex-socket, 0.1.16, "New BSD" +rex-socket, 0.1.17, "New BSD" rex-sslscan, 0.1.5, "New BSD" rex-struct2, 0.1.2, "New BSD" rex-text, 0.2.21, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 6e98084476..11af341d4f 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.17.44" + VERSION = "4.17.45" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash