Download rankings for reliable exploit, but depending on a specific version without autodetection
parent
afa52072e8
commit
e8b914a62f
|
@ -6,9 +6,7 @@
|
|||
require 'msf/core'
|
||||
|
||||
class Metasploit3 < Msf::Exploit::Remote
|
||||
Rank = ExcellentRanking
|
||||
|
||||
HttpFingerprint = { :pattern => [ /Linux,\ HTTP\/1.0,\ DIR-/ ] }
|
||||
Rank = NormalRanking
|
||||
|
||||
include Msf::Exploit::Remote::HttpClient
|
||||
include Msf::Exploit::CmdStagerEcho
|
||||
|
@ -34,11 +32,11 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Arch' => ARCH_MIPSLE,
|
||||
'References' =>
|
||||
[
|
||||
[ 'OSVDB', '95951' ],
|
||||
[ 'EDB', '27283' ],
|
||||
[ 'URL', 'http://securityadvisories.dlink.com/security/publication.aspx?name=SAP10008' ], #advisory on vendor web site
|
||||
[ 'URL', 'http://www.dlink.com/us/en/home-solutions/connect/routers/dir-645-wireless-n-home-router-1000' ], #vendor web site of router
|
||||
[ 'URL', 'http://roberto.greyhats.it/advisories/20130801-dlink-dir645.txt' ] #original advisory
|
||||
['OSVDB', '95951'],
|
||||
['EDB', '27283'],
|
||||
['URL', 'http://securityadvisories.dlink.com/security/publication.aspx?name=SAP10008'], #advisory on vendor web site
|
||||
['URL', 'http://www.dlink.com/us/en/home-solutions/connect/routers/dir-645-wireless-n-home-router-1000'], #vendor web site of router
|
||||
['URL', 'http://roberto.greyhats.it/advisories/20130801-dlink-dir645.txt'] #original advisory
|
||||
],
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
require 'msf/core'
|
||||
|
||||
class Metasploit3 < Msf::Exploit::Remote
|
||||
Rank = ExcellentRanking
|
||||
Rank = NormalRanking
|
||||
|
||||
include Msf::Exploit::Remote::HttpClient
|
||||
include Msf::Exploit::CmdStagerEcho
|
||||
|
|
Loading…
Reference in New Issue