Database


Bruteforce

Patator

patator pgsql_login user=user password=FILE1 0=/usr/share/wordlists/rockyou.txt  host=ip -x ignore:fgrep='failed'

Medusa

medusa -h ip -u user -P pass.txt -M mysql -n 22

Hydra

hydra -l user -P pass.txt ip mysql

MySql

Port: 3306

Connect to mysql

Show Info

Select

SQLite

Open

or open in vs code

Show info

Load extension

Sometimes you have to load extension to get some privileges Note: the function name need to be sqlite3_<extension_name>_init

After that you can load the extension on sqlite with:

Postgres

Port: 5432

Wordlist Default Credentials

Connect

Show infos

Read File

Influx DB

CVE-2019-20933 Influxdb

Dynamodb

See this page

Last updated