Skip to content

Commit bb3f857

Browse files
author
Brent Cook
committed
Land rapid7#7922, bump packetfu for bugfixes
2 parents badca28 + 40c8656 commit bb3f857

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PATH
2525
octokit
2626
openssl-ccm
2727
openvas-omp
28-
packetfu
28+
packetfu (= 1.1.13.pre)
2929
patch_finder
3030
pcaprub
3131
pg
@@ -200,9 +200,8 @@ GEM
200200
sawyer (~> 0.8.0, >= 0.5.3)
201201
openssl-ccm (1.2.1)
202202
openvas-omp (0.0.4)
203-
packetfu (1.1.11)
204-
network_interface (~> 0.0)
205-
pcaprub (~> 0.12)
203+
packetfu (1.1.13.pre)
204+
pcaprub
206205
patch_finder (1.0.2)
207206
pcaprub (0.12.4)
208207
pg (0.19.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Gem::Specification.new do |spec|
7777
# Needed by anemone crawler
7878
spec.add_runtime_dependency 'nokogiri'
7979
# Needed by db.rb and Msf::Exploit::Capture
80-
spec.add_runtime_dependency 'packetfu'
80+
spec.add_runtime_dependency 'packetfu', '1.1.13.pre'
8181
# For sniffer and raw socket modules
8282
spec.add_runtime_dependency 'pcaprub'
8383
# Needed for module caching in Mdm::ModuleDetails

0 commit comments

Comments
 (0)