Skip to content

Commit 63cd2cb

Browse files
authored
Land #20437, fixes variable initialization in auxiliary/dos/http/apache_range_dos
Fixes variable initialization in auxiliary/dos/http/apache_range_dos
2 parents 569387c + 8d3a35f commit 63cd2cb

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)