sqlmapproject / sqlmap

Automatic SQL injection and database takeover tool
http://sqlmap.org
Other
31.26k stars 5.6k forks source link

Unhandled exception (#bccebc8f) #1840

Closed sqlmapreporter closed 8 years ago

sqlmapreporter commented 8 years ago
sqlmap version: 1.0.5.10#dev
Python version: 2.7.9
Operating system: posix
Command line: sqlmap.py -r /****/Desktop/vw_clients/ipp/gira/sqlmap/get_sqli00.txt --level=5 --risk=3 -v5 --threads=1 --random-agent --tamper=charencode --dbms=oracle --banner --parse-error --technique=B --flush-session --test-filter=)
Technique: None
Back-end DBMS: Oracle (identified)
Traceback (most recent call last):
  File "sqlmap.py", line 115, in main
    start()
  File "lib/controller/controller.py", line 521, in start
    injection = checkSqlInjection(place, parameter, value)
  File "lib/controller/checks.py", line 209, in checkSqlInjection
    (test.title, test.vector, payloadDbms)):
  File "lib/controller/checks.py", line 208, in <genexpr>
    re.search(conf.testFilter, str(item), re.I) for item in \
  File "usr/lib/python2.7/re.py", line 146, in search
    return _compile(pattern, flags).search(string)
  File "usr/lib/python2.7/re.py", line 251, in _compile
    raise error, v # invalid expression
error: unbalanced parenthesis
erwinsalarda commented 8 years ago

Sometimes the problem is not the Python. I think the OS. I had same experienced this problem the main cause i always change my python version on my windows os. I dont understand too. I am not a programmer. On 4 May 2016 18:47, "sqlmapreporter" notifications@github.com wrote:

sqlmap version: 1.0.5.10#dev Python version: 2.7.9 Operating system: posix Command line: sqlmap.py -r /****/Desktop/vw_clients/ipp/gira/sqlmap/get_sqli00.txt --level=5 --risk=3 -v5 --threads=1 --random-agent --tamper=charencode --dbms=oracle --banner --parse-error --technique=B --flush-session --test-filter=) Technique: None Back-end DBMS: Oracle (identified)

Traceback (most recent call last): File "sqlmap.py", line 115, in main start() File "lib/controller/controller.py", line 521, in start injection = checkSqlInjection(place, parameter, value) File "lib/controller/checks.py", line 209, in checkSqlInjection (test.title, test.vector, payloadDbms)): File "lib/controller/checks.py", line 208, in re.search(conf.testFilter, str(item), re.I) for item in \ File "usr/lib/python2.7/re.py", line 146, in search return _compile(pattern, flags).search(string) File "usr/lib/python2.7/re.py", line 251, in _compile raise error, v # invalid expression error: unbalanced parenthesis

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/sqlmapproject/sqlmap/issues/1840