Skip to content

Commit 9086c53

Browse files
committed
Not an HttpClient, so doesn't have normalize_uri
[FixRM rapid7#7851]
1 parent 29ad993 commit 9086c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/dos/windows/http/ms10_065_ii6_asp_dos.rb

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

4848

4949
def run
50-
uri = normalize_uri(datastore['URI'])
50+
uri = datastore['URI']
5151
print_status("Attacking http://#{datastore['VHOST'] || rhost}:#{rport}#{uri}")
5252

5353
begin

0 commit comments

Comments
 (0)