Add support for json file output#5478
Open
bkbilly-intrack wants to merge 5 commits intosqlmapproject:masterfrom
Open
Add support for json file output#5478bkbilly-intrack wants to merge 5 commits intosqlmapproject:masterfrom
bkbilly-intrack wants to merge 5 commits intosqlmapproject:masterfrom
Conversation
kyledrake6o9
approved these changes
Nov 16, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-- -" } ] } ] }