Skip to content

Commit 92093cd

Browse files
committed
There's no HttpClient, so it shouldn't be using normalize_uri
1 parent e9f4900 commit 92093cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/dos/http/apache_range_dos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def initialize(info = {})
4545
end
4646

4747
def run
48-
uri = normalize_uri(datastore['URI'])
48+
uri = datastore['URI']
4949
ranges = ''
5050
for i in (0..1299) do
5151
ranges += ",5-" + i.to_s

0 commit comments

Comments
 (0)