From ada11a0e7e602dece6298b09627257f81b6ac156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Tricas=20Garc=C3=ADa?= Date: Tue, 10 Jun 2025 13:36:52 +0200 Subject: [PATCH] Update SQL_Injection.md The link for "SQL Injection Knowledge Base" and I cannot find it in that page. The proposed link seems to be a good resource. --- pages/attacks/SQL_Injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/attacks/SQL_Injection.md b/pages/attacks/SQL_Injection.md index 20f1754b10..1885f9feb2 100644 --- a/pages/attacks/SQL_Injection.md +++ b/pages/attacks/SQL_Injection.md @@ -255,7 +255,7 @@ application secure against SQL injection attacks. ## References -- [SQL Injection Knowledge Base](https://book.hacktricks.xyz/pentesting-web/sql-injection) - A reference guide for MySQL, MSSQL and Oracle SQL Injection attacks. +- [SQL Injection Knowledge Base](https://websec.ca/kb/sql_injection) - A reference guide for MySQL, MSSQL and Oracle SQL Injection attacks. - [GreenSQL Open Source SQL Injection Filter](http://www.greensql.net/) - An Open Source database firewall used to protect databases from SQL injection attacks. - [An Introduction to SQL Injection Attacks for Oracle Developers](https://web.archive.org/web/20151005235207/http://www.net-security.org/dl/articles/IntegrigyIntrotoSQLInjectionAttacks.pdf) - This also includes recommended defenses.