Minor cleanup of title and desc on sqlmap

bug/bundler_fix
Tod Beardsley 2014-02-15 09:55:06 -06:00
parent 518242ced3
commit dacbf55fc1
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 7 additions and 7 deletions

View File

@ -13,10 +13,10 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info = {})
super(update_info(info,
'Name' => 'SQLMAP SQL Injection External Module',
'Description' => %q{
This module launch a sqlmap session.
sqlmap is an automatic SQL injection tool developed in Python.
'Name' => 'Sqlmap SQL Injection External Module',
'Description' => %q{
This module launches a sqlmap session.
Sqlmap is an automatic SQL injection tool developed in Python.
Its goal is to detect and take advantage of SQL injection
vulnerabilities on web applications. Once it detects one
or more SQL injections on the target host, the user can
@ -28,9 +28,9 @@ class Metasploit3 < Msf::Auxiliary
statement, read specific files on the file system and much
more.
},
'Author' => [ 'Bernardo Damele A. G. <bernardo.damele[at]gmail.com>' ],
'License' => BSD_LICENSE,
'References' =>
'Author' => [ 'Bernardo Damele A. G. <bernardo.damele[at]gmail.com>' ],
'License' => BSD_LICENSE,
'References' =>
[
['URL', 'http://sqlmap.sourceforge.net'],
]