Skip to content

Commit 19a62d6

Browse files
committed
Land rapid7#9254, Fix include scope in external module mixin
2 parents f132c15 + 3fff092 commit 19a62d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/core/module/external.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
include Msf::Auxiliary::Report
2-
31
module Msf::Module::External
2+
include Msf::Auxiliary::Report
3+
44
def wait_status(mod)
55
begin
66
while mod.running

0 commit comments

Comments
 (0)