mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Fixes #1644
This commit is contained in:
parent
e3650342bd
commit
c7ea3d65be
|
@ -639,7 +639,7 @@ def _findPageForms():
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
break
|
break
|
||||||
except Exception, ex:
|
except Exception, ex:
|
||||||
errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, ex)
|
errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, getSafeExString(ex))
|
||||||
logger.error(errMsg)
|
logger.error(errMsg)
|
||||||
|
|
||||||
def _setDBMSAuthentication():
|
def _setDBMSAuthentication():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user