Add Gemfile entry for PacketFu
parent
7dafcc76df
commit
d4e9431633
2
Gemfile
2
Gemfile
|
@ -10,6 +10,8 @@ gem 'msgpack'
|
|||
gem 'nokogiri'
|
||||
# Needed by anemone crawler
|
||||
gem 'robots'
|
||||
# Needed by db.rb and Msf::Exploit::Capture
|
||||
gem 'packetfu', '1.1.8'
|
||||
|
||||
group :db do
|
||||
# Needed for Msf::DbManager
|
||||
|
|
|
@ -32,6 +32,7 @@ GEM
|
|||
msgpack (0.5.4)
|
||||
multi_json (1.0.4)
|
||||
nokogiri (1.5.9)
|
||||
packetfu (1.1.8)
|
||||
pcaprub (0.11.3)
|
||||
pg (0.15.1)
|
||||
rake (10.0.4)
|
||||
|
@ -68,6 +69,7 @@ DEPENDENCIES
|
|||
metasploit_data_models (~> 0.16.1)
|
||||
msgpack
|
||||
nokogiri
|
||||
packetfu (= 1.1.8)
|
||||
pcaprub
|
||||
pg (>= 0.11)
|
||||
rake
|
||||
|
|
|
@ -11,7 +11,7 @@ require 'zip'
|
|||
|
||||
#
|
||||
#
|
||||
# Included Libraries
|
||||
# Gems
|
||||
#
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in New Issue