Skip to content

Commit c9cb9ad

Browse files
committed
Fix extraneous comma
1 parent 4df622c commit c9cb9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
execution. This module will try to cause a denial-of-service.
2222
2323
Please note that a valid file resource must be supplied for the TARGETURI option.
24-
By default, IIS, provides 'welcome.png' and 'iis-85.png' as resources.
24+
By default, IIS provides 'welcome.png' and 'iis-85.png' as resources.
2525
Others may also exist, depending on configuration options.
2626
},
2727
'Author' =>

0 commit comments

Comments
 (0)