Fix a stack trace when SMBUser is nil
parent
6ab66dc59e
commit
194c0906c2
|
@ -80,6 +80,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
return
|
||||
end
|
||||
end
|
||||
return if res.nil?
|
||||
|
||||
lerror, lconv, lentries, lcount = res['Payload'].to_s[
|
||||
res['Payload'].v['ParamOffset'],
|
||||
|
|
Loading…
Reference in New Issue