From 2cbfbd44d7a4797830f128196ecda31b09cbeb32 Mon Sep 17 00:00:00 2001 From: h00die Date: Mon, 26 Oct 2020 19:44:34 -0400 Subject: [PATCH] Updated SQL Injection (SQLi) Libraries (markdown) --- SQL-Injection-(SQLi)-Libraries.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQL-Injection-(SQLi)-Libraries.md b/SQL-Injection-(SQLi)-Libraries.md index ca3a857dcc..7fb34012af 100644 --- a/SQL-Injection-(SQLi)-Libraries.md +++ b/SQL-Injection-(SQLi)-Libraries.md @@ -1,9 +1,9 @@ SQL Injection library support was added in 2020 by @red0xff during the Google Summer of Code. # Supported Databases -* MySQL/MariaDB (#13596) -* SQLite (#13847) -* PostgreSQL (#14067) +* MySQL/MariaDB ([#13596](https://github.com/rapid7/metasploit-framework/pull/13596)) +* SQLite ([#13847](https://github.com/rapid7/metasploit-framework/pull/13847)) +* PostgreSQL ([#14067](https://github.com/rapid7/metasploit-framework/pull/14067)) # Supported Techniques * Boolean Based Blind