Add Gemfile entry for PacketFu

unstable
Tod Beardsley 2013-06-10 14:18:05 -05:00
parent 7dafcc76df
commit d4e9431633
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -11,7 +11,7 @@ require 'zip'
#
#
# Included Libraries
# Gems
#
#