Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exception (#e307bbbd) #2688

Closed
sqlmapreporter opened this issue Sep 6, 2017 · 0 comments
Closed

Unhandled exception (#e307bbbd) #2688

sqlmapreporter opened this issue Sep 6, 2017 · 0 comments
Assignees
Milestone

Comments

@sqlmapreporter
Copy link

sqlmap version: 1.1.9.6#dev
Python version: 2.7.13
Operating system: nt
Command line: sqlmap.py -u *************************************************************************************************************************************************************************************** --dbs
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
  File "sqlmap.py", line 155, in main
    start()
  File "lib/controller/controller.py", line 392, in start
    setupTargetEnv()
  File "lib/core/target.py", line 739, in setupTargetEnv
    _setRequestParams()
  File "lib/core/target.py", line 90, in _setRequestParams
    paramDict = paramToDict(PLACE.GET, parameters)
  File "lib/core/common.py", line 662, in paramToDict
    testableParameters[parameter] = re.sub(r"\b(%s\s*=\s*)%s" % (re.escape(parameter), re.escape(testableParameters[parameter])), r"\g<1>%s" % re.sub(regex, r"\g<1>%s\g<2>" % BOUNDED_INJECTION_MARKER, testableParameters[parameter]), parameters)
  File "Program Files (x86)/Python/lib/re.py", line 155, in sub
    return _compile(pattern, flags).sub(repl, string, count)
  File "Program Files (x86)/Python/lib/re.py", line 286, in _subx
    template = _compile_repl(template, pattern)
  File "Program Files (x86)/Python/lib/re.py", line 273, in _compile_repl
    raise error, v # invalid expression
error: bogus escape (end of line)
@stamparm stamparm self-assigned this Sep 6, 2017
@stamparm stamparm added this to the 1.2 milestone Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants