Skip to content

Commit 650cb0f

Browse files
authored
Update README.md
1 parent 4f2355b commit 650cb0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,13 @@ Now since the **“)** does not result in TRUE, the AND statement fails and the
401401

402402

403403

404+
**Lesson 17 & 18 : INJECTION IN THE INSERT QUERY & INJECTION IN HEADERS**
404405

405406

407+
In the earlier parts of the series we looked at the GET and POST based injections and dived into details on error based SQL Injections (string type, Integer type), Double Query injections error based, Blind injections (Boolean based and Time based) or use the outfile/dumpfile to dump the info in text files . In this part we would look at the injections in the Insert Query. For this we would look at the Less-17.
408+
A general update query looks like
406409

407-
410+
**INSERT INTO table (col1,col2, col3) values (val1,val2, val3);**
408411

409412

410413

0 commit comments

Comments
 (0)