Skip to content

Commit 49764e1

Browse files
authored
Update README.md
1 parent 6bf9a49 commit 49764e1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,3 @@ A general update query looks like
558558

559559
**INSERT INTO table (col1,col2, col3) values (val1,val2, val3);**
560560

561-
For the purpose of fuzzing these input points we need to write a script or use interceptor proxies like Tamper data (add on for Firefox), Burp suite, Fiddler, Zap, or any other tool which allows you to modify the headers on the fly.
562-
563-
These sort of injections where the Header fields are being inserted into the database, our focus is to check if the data can be extracted from it is certain way. Well blind is always an option and we can use Boolean or time based injections. The process works but is overall slow.
564-
565-
In cases where MySQL errors are displayed by the application, this can be used to dump the values efficiently and with much lesser number of queries as compared to Blind based. The logic of Double query injections is used to dump the info.
566-
567-
568-

0 commit comments

Comments
 (0)