[sqlmap-users] bug? thx
Brought to you by:
inquisb
From: 沸水浮冰 <sf...@gm...> - 2013-07-11 04:48:41
|
[00:44:39] [CRITICAL] unhandled exception in sqlmap/1.0-dev-1ae68b9, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to ' sql...@li...' or open a new issue at ' https://github.com/sqlmapproject/sqlmap/issues/new' with the following text and any information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 1.0-dev-1ae68b9 Python version: 2.7.3 Operating system: posix Command line: ./sqlmap.py -r lulu_1216.txt --level=5 --risk=3 --tamper=between --identify-waf -p email -v 3 Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "./sqlmap.py", line 95, in main start() File "/root/sqlmap-dev/lib/controller/controller.py", line 469, in start check = heuristicCheckSqlInjection(place, parameter) File "/root/sqlmap-dev/lib/controller/checks.py", line 751, in heuristicCheckSqlInjection payload = agent.payload(place, parameter, newValue=payload) File "/root/sqlmap-dev/lib/core/agent.py", line 145, in payload retVal = re.sub(r"(\A|\b)%s=%s" % (parameter, origValue), "%s=%s" % (parameter, self.addPayloadDelimiters(newValue)), paramString) File "/usr/lib/python2.7/re.py", line 151, in sub return _compile(pattern, flags).sub(repl, string, count) File "/usr/lib/python2.7/re.py", line 242, in _compile raise error, v # invalid expression error: unbalanced parenthesis |