Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add support for json file output #5478

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

Open
bkbilly-intrack wants to merge 5 commits into sqlmapproject:master
base: master
Choose a base branch
Loading
from bkbilly:json_output

Conversation

@bkbilly-intrack
Copy link

@bkbilly-intrack bkbilly-intrack commented Jul 25, 2023
edited
Loading

Outputs a json file in this format:

{
 "url": "http://testphp.vulnweb.com/artists.php",
 "query": "artist=1",
 "data": null,
 "injections": [
 {
 "parameter": "artist",
 "paramtype": "GET",
 "injection": [
 {
 "type": "boolean-based blind",
 "payload": "artist=1 AND 6109=6109",
 "vector": "AND [INFERENCE]"
 },
 {
 "type": "time-based blind",
 "payload": "artist=1 AND (SELECT 4409 FROM (SELECT(SLEEP(5)))lyNY)",
 "vector": "AND (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])"
 },
 {
 "type": "UNION query",
 "payload": "artist=-3053 UNION ALL SELECT NULL,CONCAT(0x7170627871,0x6d714b436c56464c6c7056644c4c4d6a6f414d705a44554c6f5058474b475954545552684471566a,0x7162787871),NULL-- -",
 "vector": " UNION ALL SELECT NULL,[QUERY],NULL-- -"
 }
 ]
 }
 ]
}

kmcquade and nrathaus reacted with thumbs up emoji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@kyledrake6o9 kyledrake6o9 kyledrake6o9 approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /