Skip to content

Commit 6a94459

Browse files
committed
Caught missing paren
1 parent 33751c7 commit 6a94459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/barracuda_directory_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def initialize
4646
end
4747

4848
def target_url
49-
uri = normalize_uri(datastore['URI']
49+
uri = normalize_uri(datastore['URI'])
5050
"http://#{vhost}:#{rport}#{uri}"
5151
end
5252

0 commit comments

Comments
 (0)