mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-27 12:00:57 +00:00
type correction and adding global flag kb.ignoreTimeout which could be useful
This commit is contained in:
parent
27f0e73cc9
commit
2ea613b170
4 changed files with 7 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ class Fingerprint(GenericFingerprint):
|
|||
return retVal
|
||||
|
||||
def __sysTablesCheck(self):
|
||||
infoMsg = "executing system table(s) existance fingerprint"
|
||||
infoMsg = "executing system table(s) existence fingerprint"
|
||||
logger.info(infoMsg)
|
||||
|
||||
# Microsoft Access table reference updated on 01/2010
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue