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

sqlmapapi:SQLite objects created in a thread can only be used in that same thread #2576

Closed
wilson9x1 opened this issue Jun 12, 2017 · 6 comments
Assignees
Milestone

Comments

@wilson9x1
Copy link

python sqlmapapi.py -s --adapter=paste

I run 3 sqlmapapi client, error info:
image

@wilson9x1
Copy link
Author

in addition,how can I test url param JSON deserializable in sqlmapapi?

there is no option to set JSON deserializable true...

@stamparm
Copy link
Member

@wilson9x1 to test JSON data just put HTTP request having JSON data into a request file and pass it with -r to sqlmap. sqlmap should automatically recognize it as JSON and ask you whether you want to test it as a JSON

@wilson9x1
Copy link
Author

@stamparm but I test in sqlmapapi.py, not sqlmap.py

@stamparm
Copy link
Member

@wilson9x1 then you have a problem :). Currently at conference. Will think of something later

@stamparm stamparm self-assigned this Jun 18, 2017
@stamparm stamparm added this to the 1.2 milestone Jun 18, 2017
@stamparm
Copy link
Member

@wilson9x1 related to the second "problem". Currently there is no way how to send POST data (request) to the sqlmapapi server than to use the --data (e.g. --data='{"foo":"bar"}')

@wilson9x1
Copy link
Author

@stamparm Ok, thank you !

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