File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,11 @@ To retrieve values inside column: <br/>
1212## How To Set Varibles:
1313To use the script, you have to set varibles according to your request's header, data and response etc. <br />
1414I marked these lines with comments in main.py! <br />
15-
16- Make changes at these lines:
17- ![ replacements] ( https://github.com/aykutcanustun/SQLiteBLINDInjection/blob/master/replacements.png )
18-
19- Replace "username" string with your request's data as below:
20- ![ request] ( https://github.com/aykutcanustun/SQLiteBLINDInjection/blob/master/request.png )
21-
22- You have to try this query manually for see what is the reply: <br />
15+ Make changes at these lines: <br />
16+ ![ replacements] ( https://github.com/aykutcanustun/SQLiteBLINDInjection/blob/master/replacements.png ) <br />
17+ Replace "username" string with your request's data as below: <br />
18+ ![ request] ( https://github.com/aykutcanustun/SQLiteBLINDInjection/blob/master/request.png ) <br />
19+ You have to make this request manually to see what is the response: <br />
2320' or UNICODE(SUBSTR((SELECT name FROM sqlite_master WHERE type='table'),1,1)) < 128 -- <br />
24- Replace "Data Sent!" string according to your manual request's reply:
25-
21+ And replace "Data Sent!" string according to your manual request's reply: <br />
2622![ response] ( https://github.com/aykutcanustun/SQLiteBLINDInjection/blob/master/response.png )
You can’t perform that action at this time.
0 commit comments