File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,16 @@ To retrieve values inside column: <br/>
1111
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 />
14- I marked these lines with comments in main.py! <br /><br />
14+ I 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+
1519Replace "username" string with your request's data as below:
1620![ request] ( https://github.com/aykutcanustun/SQLiteBLINDInjection/blob/master/request.png )
1721
1822You have to try this query manually for see what is the reply: <br />
19- ' or UNICODE(SUBSTR((SELECT name FROM sqlite_master WHERE type='table'),1,1)) < 128 -- <br /><br />
20-
23+ ' or UNICODE(SUBSTR((SELECT name FROM sqlite_master WHERE type='table'),1,1)) < 128 -- <br />
2124Replace "Data Sent!" string according to your manual request's reply:
25+
2226![ response] ( https://github.com/aykutcanustun/SQLiteBLINDInjection/blob/master/response.png )
You can’t perform that action at this time.
0 commit comments