commit
68f881a231
|
@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
has the UAC flag turned off.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => [
|
||||
'Author' => [
|
||||
'David Kennedy "ReL1K" <kennedyd013[at]gmail.com>',
|
||||
'mitnick',
|
||||
'mubix <mubix[at]hak5.org' # Port to local exploit
|
||||
|
@ -80,7 +80,7 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
|
||||
# path to the bypassuac binary
|
||||
path = ::File.join(Msf::Config.install_root, "data", "post")
|
||||
|
||||
|
||||
# decide, x86 or x64
|
||||
bpexe = nil
|
||||
if sysinfo["Architecture"] =~ /wow64/i
|
||||
|
|
Loading…
Reference in New Issue