Skip to content

Commit 98e6bae

Browse files
committed
Fix an uninitialized constant error
This error was introduced by the loader changes in acf23e9
1 parent dd701c1 commit 98e6bae

File tree

1 file changed

+2
-0
lines changed
  • modules/auxiliary/server/capture

1 file changed

+2
-0
lines changed

modules/auxiliary/server/capture/http.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

6+
require 'rex/proto/http/server'
7+
68
class MetasploitModule < Msf::Auxiliary
79
include Msf::Exploit::Remote::TcpServer
810
include Msf::Auxiliary::Report

0 commit comments

Comments
 (0)