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