Skip to content

Commit a9def56

Browse files
committed
Add a missing post require
1 parent af918b8 commit a9def56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/post/windows/gather/enum_proxy.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
##
1111

1212
require 'msf/core'
13+
require 'msf/core/post/windows/services'
1314

1415
class Metasploit3 < Msf::Post
1516

@@ -108,4 +109,4 @@ def run
108109

109110
end
110111

111-
end
112+
end

0 commit comments

Comments
 (0)