Skip to content

Commit f0048b9

Browse files
committed
Apparently you don't quote the keys with the new syntax
1 parent 7c81adb commit f0048b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/title.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def run_host(target_host)
4545
begin
4646
# Send a normal GET request
4747
res = send_request_cgi(
48-
'uri': '/',
49-
'method': 'GET'
48+
uri: '/',
49+
method: 'GET'
5050
)
5151

5252
# If no response, quit now

0 commit comments

Comments
 (0)