mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Fixed a minor typo
Changed "at- tack" to "attack"
This commit is contained in:
parent
314bdaef36
commit
a405426a3c
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ DETAIL: could not connect to server: Connection timed out Is the server
|
|||
running on host "1.2.3.4" and accepting TCP/IP connections on port 5678?
|
||||
```
|
||||
|
||||
Unfortunately, there does not seem to be a way of getting the exception details within a PL/pgSQL function. But you can get the details if you can connect directly to the PostgreSQL server. If it is not possible to get usernames and passwords directly out of the system tables, the wordlist at- tack described in the previous section might prove successful.
|
||||
Unfortunately, there does not seem to be a way of getting the exception details within a PL/pgSQL function. But you can get the details if you can connect directly to the PostgreSQL server. If it is not possible to get usernames and passwords directly out of the system tables, the wordlist attack described in the previous section might prove successful.
|
||||
|
||||
## Enumeration of Privileges
|
||||
|
||||
|
|
Loading…
Reference in a new issue