File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -882,3 +882,41 @@ admin") or "1"="1"#
882
882
admin") or "1"="1"/*
883
883
1234 " AND 1=0 UNION ALL SELECT "admin", "81dc9bdb52d04dc20036dbd8313ed055
884
884
```
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
You canβt perform that action at this time.
0 commit comments