1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [#3645] No subject

This commit is contained in:
CPol 2022-11-03 19:12:25 +00:00 committed by gitbook-bot
parent fad42dd59f
commit 46a292b93a
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
2 changed files with 6 additions and 3 deletions

View file

@ -59,9 +59,6 @@ SELECT datname FROM pg_database;
#Read credentials (usernames + pwd hash)
SELECT usename, passwd from pg_shadow;
#Check if plpgsql is enabled
SELECT lanname,lanacl FROM pg_language WHERE lanname = 'plpgsql';
# Get languages
SELECT lanname,lanacl FROM pg_language;

View file

@ -280,6 +280,12 @@ SELECT req3('https://google.com'); #Request using python3
{% endtab %}
{% endtabs %}
## pgSQL
{% content-ref url="pl-pgsql-password-bruteforce.md" %}
[pl-pgsql-password-bruteforce.md](pl-pgsql-password-bruteforce.md)
{% endcontent-ref %}
<details>
<summary><strong>Support HackTricks and get benefits!</strong></summary>