Skip to content

Commit 8d3a35f

Browse files
authored
Fixing issue #20436
The module did not initialize the variable uri
1 parent 569387c commit 8d3a35f

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
@@ -98,7 +98,7 @@ def check_for_dos
9898
end
9999

100100
def conduct_dos
101-
datastore['URI']
101+
uri = datastore['URI']
102102
rhost = datastore['RHOST']
103103
ranges = ''
104104

0 commit comments

Comments
 (0)