Update packetfu and remove version lock

This commit is contained in:
James Lee
2017-05-09 11:03:32 -05:00
parent 9295a39c92
commit fd05cea033
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ PATH
octokit octokit
openssl-ccm openssl-ccm
openvas-omp openvas-omp
packetfu (= 1.1.13.pre) packetfu
patch_finder patch_finder
pcaprub pcaprub
pg pg
@@ -254,7 +254,7 @@ GEM
openssl-ccm (1.2.1) openssl-ccm (1.2.1)
openvas-omp (0.0.4) openvas-omp (0.0.4)
os (0.9.6) os (0.9.6)
packetfu (1.1.13.pre) packetfu (1.1.13)
pcaprub pcaprub
patch_finder (1.0.2) patch_finder (1.0.2)
pcaprub (0.12.4) pcaprub (0.12.4)
+1 -1
View File
@@ -77,7 +77,7 @@ Gem::Specification.new do |spec|
# Needed by anemone crawler # Needed by anemone crawler
spec.add_runtime_dependency 'nokogiri' spec.add_runtime_dependency 'nokogiri'
# Needed by db.rb and Msf::Exploit::Capture # 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 # For sniffer and raw socket modules
spec.add_runtime_dependency 'pcaprub' spec.add_runtime_dependency 'pcaprub'
# Needed for module caching in Mdm::ModuleDetails # Needed for module caching in Mdm::ModuleDetails