Merge pull request #1 from todb-r7/bypassuac_localport

Removing trailing spaces
unstable
Rob Fuller 2012-10-04 13:07:05 -07:00
commit 68f881a231
1 changed files with 2 additions and 2 deletions

View File

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