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

Q: For feeding Swagger spec to 'sqlmap' SQL injection tool, what parser is better? #5440

Closed
rrjanbiah opened this issue Jul 2, 2019 · 1 comment

Comments

@rrjanbiah
Copy link

Q&A

Context: sqlmapproject/sqlmap#3140

Popular sqlmap SQL injection tool developer seems to need some support in shortlisting good Swagger parser. Basically, users (including myself) have requested something like below:

python sqlmap.py --swagger-uri https://petstore.swagger.io/v2/swagger.json (Meaning, if swagger spec is passed, it has to parse it and simulate SQL injection vectors on all API endpoints)

But, the developer seems to have some difficulty in figuring out the right parser or sdk for the purpose. Can someone share few thoughts here? TIA

Content & configuration

n/a

Swagger/OpenAPI definition:

n/a

Swagger-UI configuration options:

n/a

Screenshots

n/a

How can we help?

Possibly share your experience and or your recommended Swagger parser for the above use case.

@shockey
Copy link
Contributor

shockey commented Jul 9, 2019

Hi @rrjanbiah, this tracker is for Swagger UI-specific items, not general Swagger/OpenAPI questions.

Consider posting on Stack Overflow instead 😄

@shockey shockey closed this as completed Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants