Skip to content

Commit 8e3d803

Browse files
committed
Updated style as per @void-in's comments
1 parent 62d6746 commit 8e3d803

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/auxiliary/scanner/http/title.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ class Metasploit3 < Msf::Auxiliary
1515
def initialize
1616
super(
1717
'Name' => 'HTTP HTML <title> tag content grabber',
18-
'Description' => 'Generates a GET request to the webservers provided and returns the server header, HTML title attribute and location header (if set). Useful for rapidly identifying all webservers on a network and identifying interesting hosts en mass.',
19-
'Author' => ['Stuart Morgan <stuart.morgan[at]mwrinfosecurity.com>'],
18+
'Description' => %q{
19+
Generates a GET request to the webservers provided and returns the server header,
20+
HTML title attribute and location header (if set). Useful for rapidly identifying
21+
interesting web applications en mass.
22+
},
23+
'Author' => 'Stuart Morgan <stuart.morgan[at]mwrinfosecurity.com>',
2024
'License' => MSF_LICENSE,
2125
)
2226

0 commit comments

Comments
 (0)