Fix load order issue with multi/gather/ssh_creds

Make sure Post::Unix exists before including
unstable
James Lee 2012-10-04 11:19:14 -05:00
parent 02617a6f3a
commit dc9907da98
1 changed files with 1 additions and 0 deletions

View File

@ -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