Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5b49f commit 877ea31Copy full SHA for 877ea31
1 file changed
lib/core/common.py
@@ -2028,6 +2028,14 @@ def unicodeToSafeHTMLValue(value):
2028
def getErrorParsedDBMSes():
2029
"""
2030
Returns array with parsed DBMS names till now
2031
+
2032
+ This functions is called to:
2033
2034
+ 1. Sort the tests, getInjectionTests() - detection phase.
2035
+ 2. Ask user whether or not skip specific DBMS tests in detection phase,
2036
+ lib/controller/checks.py - detection phase.
2037
+ 3. Sort the fingerprint of the DBMS, lib/controller/handler.py -
2038
+ fingerprint phase.
2039
2040
2041
return kb.htmlFp
0 commit comments