mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fixes #1644
This commit is contained in:
@@ -639,7 +639,7 @@ def _findPageForms():
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
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)
|
||||
|
||||
def _setDBMSAuthentication():
|
||||
|
||||
Reference in New Issue
Block a user