Tools and Utilities
Here are some tools and utilities commonly used for practices related to database attacks:
redis-cli
A utility used to connect to Redis databases using the command line
Commands
Installation
sudo apt install redisUsage
sudo redis-cli
sudo redis-cli -h $hostname #Specify hostnamesqlmap
Detect and take advantage of SQL injection vulnerabilities
Commands
Installation
sudo apt install sqlmapUsage
Mongocli
Utility for connecting to MongoDB databases via the command line
Commands
Installation
Usage
Mongosh
Commands
Installation
Usage
PostgreSQL
A command-line utility used to connect or interact with PostgreSQL databases
Commands
Installation
Usage
Last updated