mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Verbose docstring
This commit is contained in:
parent
ac5b49f555
commit
877ea31521
|
@ -2028,6 +2028,14 @@ def unicodeToSafeHTMLValue(value):
|
||||||
def getErrorParsedDBMSes():
|
def getErrorParsedDBMSes():
|
||||||
"""
|
"""
|
||||||
Returns array with parsed DBMS names till now
|
Returns array with parsed DBMS names till now
|
||||||
|
|
||||||
|
This functions is called to:
|
||||||
|
|
||||||
|
1. Sort the tests, getInjectionTests() - detection phase.
|
||||||
|
2. Ask user whether or not skip specific DBMS tests in detection phase,
|
||||||
|
lib/controller/checks.py - detection phase.
|
||||||
|
3. Sort the fingerprint of the DBMS, lib/controller/handler.py -
|
||||||
|
fingerprint phase.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return kb.htmlFp
|
return kb.htmlFp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user