Fix load order issue with multi/gather/ssh_creds
Make sure Post::Unix exists before includingunstable
parent
02617a6f3a
commit
dc9907da98
|
@ -13,6 +13,7 @@ require 'msf/core'
|
|||
require 'rex'
|
||||
require 'msf/core/post/file'
|
||||
require 'msf/core/post/common'
|
||||
require 'msf/core/post/unix'
|
||||
require 'sshkey'
|
||||
|
||||
class Metasploit3 < Msf::Post
|
||||
|
|
Loading…
Reference in New Issue