mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Update packetfu and remove version lock
This commit is contained in:
parent
9295a39c92
commit
fd05cea033
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user