Msftidy fix and adding OSVDB
parent
d56ac81a57
commit
586d937161
|
@ -23,7 +23,8 @@ class Metasploit3 < Msf::Auxiliary
|
|||
},
|
||||
'References' =>
|
||||
[
|
||||
['EDB', '19790']
|
||||
['EDB', '19790'],
|
||||
['OSVDB', '83817']
|
||||
],
|
||||
'Author' =>
|
||||
[
|
||||
|
@ -73,4 +74,4 @@ class Metasploit3 < Msf::Auxiliary
|
|||
print_good("File saved as: #{p}")
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
@ -136,7 +136,7 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
print_error("Unable to start #{svr_name}")
|
||||
return
|
||||
else
|
||||
tried = true
|
||||
tried = true
|
||||
end
|
||||
|
||||
case s.message
|
||||
|
|
Loading…
Reference in New Issue