mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
more work on #33
This commit is contained in:
parent
c4af7b9aa0
commit
2527554f8e
3 changed files with 15 additions and 6 deletions
|
|
@ -799,7 +799,7 @@ def __setTamperingFunctions():
|
|||
try:
|
||||
module = __import__(filename[:-3])
|
||||
except ImportError, msg:
|
||||
raise sqlmapSyntaxException, "can not import tamper script '%s' (%s)" % (filename[:-3], msg)
|
||||
raise sqlmapSyntaxException, "cannot import tamper script '%s' (%s)" % (filename[:-3], msg)
|
||||
|
||||
priority = PRIORITY.NORMAL if not hasattr(module, '__priority__') else module.__priority__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue