Update and rename modules/auxiliary/dos/ibm_lotus_notes.rb to modules/auxiliary/dos/http/ibm_lotus_notes.rb
parent
669b6771e3
commit
e4f79879ba
|
@ -14,7 +14,6 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
'Description' => %q(
|
'Description' => %q(
|
||||||
This module exploits a vulnerability in the native browser that comes with IBM Lotus Notes.
|
This module exploits a vulnerability in the native browser that comes with IBM Lotus Notes.
|
||||||
If successful,it could cause the Notes client to hang and have to be restarted.
|
If successful,it could cause the Notes client to hang and have to be restarted.
|
||||||
http://www-01.ibm.com/support/docview.wss?uid=swg21999385
|
|
||||||
),
|
),
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => [
|
'Author' => [
|
||||||
|
@ -24,7 +23,7 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
[ 'EXPLOIT-DB', '42602'],
|
[ 'EXPLOIT-DB', '42602'],
|
||||||
[ 'CVE', '2017-1129' ]
|
[ 'CVE', '2017-1129' ]
|
||||||
],
|
],
|
||||||
'DisclosureDate' => "August 31 2017",
|
'DisclosureDate' => 'Aug 31 2017',
|
||||||
'Actions' => [[ 'WebServer' ]],
|
'Actions' => [[ 'WebServer' ]],
|
||||||
'PassiveActions' => [ 'WebServer' ],
|
'PassiveActions' => [ 'WebServer' ],
|
||||||
'DefaultAction' => 'WebServer'
|
'DefaultAction' => 'WebServer'
|
||||||
|
@ -57,4 +56,3 @@ while (true) try {
|
||||||
send_response(cli, @html)
|
send_response(cli, @html)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue