Download rankings for reliable exploit, but depending on a specific version without autodetection

bug/bundler_fix
jvazquez-r7 2014-06-20 14:33:02 -05:00
parent afa52072e8
commit e8b914a62f
2 changed files with 7 additions and 9 deletions

View File

@ -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' =>
[

View File

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