Skip to content

Commit 3cdc84b

Browse files
committed
Fix missing type in report_note
1 parent b5ae3fd commit 3cdc84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/dos/http/apache_range_dos.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def check_for_dos()
8484
report_note(
8585
:host => rhost,
8686
:port => rport,
87+
:type => 'apache.killer',
8788
:data => "Apache Byte-Range DOS at #{path}"
8889
)
8990

0 commit comments

Comments
 (0)