From fd05cea0338fc534d460c0c2669d1f90c60d98bc Mon Sep 17 00:00:00 2001 From: James Lee Date: Tue, 9 May 2017 11:03:32 -0500 Subject: [PATCH] Update packetfu and remove version lock --- Gemfile.lock | 4 ++-- metasploit-framework.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 92bf855ebb..10718f0939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ PATH octokit openssl-ccm openvas-omp - packetfu (= 1.1.13.pre) + packetfu patch_finder pcaprub pg @@ -254,7 +254,7 @@ GEM openssl-ccm (1.2.1) openvas-omp (0.0.4) os (0.9.6) - packetfu (1.1.13.pre) + packetfu (1.1.13) pcaprub patch_finder (1.0.2) pcaprub (0.12.4) diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 38a249e505..6eec1563d8 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -77,7 +77,7 @@ Gem::Specification.new do |spec| # Needed by anemone crawler spec.add_runtime_dependency 'nokogiri' # Needed by db.rb and Msf::Exploit::Capture - spec.add_runtime_dependency 'packetfu', '1.1.13' + spec.add_runtime_dependency 'packetfu' # For sniffer and raw socket modules spec.add_runtime_dependency 'pcaprub' # Needed for module caching in Mdm::ModuleDetails