From cd6f5493b304e4461dd607a8c3db90e61623bc59 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sun, 24 Jan 2021 18:43:28 +0100 Subject: [PATCH] Update PostgreSQL Injection.md --- SQL Injection/PostgreSQL Injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL Injection/PostgreSQL Injection.md b/SQL Injection/PostgreSQL Injection.md index b1e7acc..b919a8e 100644 --- a/SQL Injection/PostgreSQL Injection.md +++ b/SQL Injection/PostgreSQL Injection.md @@ -9,7 +9,7 @@ * [PostgreSQL List Password Hashes](#postgresql-list-password-hashes) * [PostgreSQL List Database Administrator Accounts](#postgresql-list-database-administrator-accounts) * [PostgreSQL List Privileges](#postgresql-list-privileges) -* [PostgreSQL Check if Current User is Supperuser](#postgresql-check-if-current-user-is-supperuser) +* [PostgreSQL Check if Current User is Superuser](#postgresql-check-if-current-user-is-superuser) * [PostgreSQL database name](#postgresql-database-name) * [PostgreSQL List databases](#postgresql-list-database) * [PostgreSQL List tables](#postgresql-list-tables)