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 (#22b2734f) #1592

Closed
sqlmapreporter opened this issue Dec 9, 2015 · 2 comments
Closed

Unhandled exception (#22b2734f) #1592

sqlmapreporter opened this issue Dec 9, 2015 · 2 comments
Assignees
Milestone

Comments

@sqlmapreporter
Copy link

sqlmap version: 1.0-dev-a219ff9
Python version: 2.7.10
Operating system: posix
Command line: /usr/bin/sqlmap -u ******************** --pickled-options Y3N1YnByb2Nlc3MKUG9wZW4KcDEKKChTJ29wZW4nClMnL0FwcGxpY2F0aW9ucy9DYWxjdWxhdG9yLmFwcCcKcDIKdHAzCnRwNApScDUKLg==
Technique: None
Back-end DBMS: None (identified)
Traceback (most recent call last):
  File "sqlmap", line 86, in main
    initOptions(cmdLineOptions)
  File "opt/woobuntu/sqlmap/lib/core/option.py", line 2519, in initOptions
    _mergeOptions(inputOptions, overrideOptions)
  File "opt/woobuntu/sqlmap/lib/core/option.py", line 2101, in _mergeOptions
    if inputOptions.configFile:
AttributeError: 'Popen' object has no attribute 'configFile'
@stamparm
Copy link
Member

stamparm commented Dec 9, 2015

I see what you are doing here :). Will try to patch

p.s. https://blog.nelhage.com/2011/03/exploiting-pickle/

@stamparm
Copy link
Member

stamparm commented Dec 9, 2015

With latest patch:

term

@stamparm stamparm added the normal label Dec 9, 2015
@stamparm stamparm added this to the 1.0 milestone Dec 9, 2015
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