Update packetfu and remove version lock
This commit is contained in:
+2
-2
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user