From 2e71ba8e86cd8af34c90b12c34642e44bda45432 Mon Sep 17 00:00:00 2001 From: Boik Date: Fri, 22 Dec 2017 17:49:52 +0800 Subject: [PATCH] add two awesome Wiki-like SQL Injection Cheetsheets --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9259ceb..a09de0b 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt ### SQL Injection * [SQL Injection Cheat Sheet](https://www.netsparker.com/blog/web-security/sql-injection-cheat-sheet/) - Written by [@netsparker](https://twitter.com/netsparker). +* [SQL Injection Wiki](https://sqlwiki.netspi.com/) - Written by [NETSPI](https://www.netspi.com/). +* [SQL Injection Pocket Reference](https://websec.ca/kb/sql_injection) - Written by [@LightOS](https://twitter.com/LightOS). ### ORM Injection