From f0048b9a6db613e345f20fff27b65f270a354a8c Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Tue, 12 May 2015 11:00:18 +0100 Subject: [PATCH] Apparently you don't quote the keys with the new syntax --- modules/auxiliary/scanner/http/title.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/scanner/http/title.rb b/modules/auxiliary/scanner/http/title.rb index 79f580ab42..83d2eca6dd 100644 --- a/modules/auxiliary/scanner/http/title.rb +++ b/modules/auxiliary/scanner/http/title.rb @@ -45,8 +45,8 @@ class Metasploit3 < Msf::Auxiliary begin # Send a normal GET request res = send_request_cgi( - 'uri': '/', - 'method': 'GET' + uri: '/', + method: 'GET' ) # If no response, quit now