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 redis

  • Usage

sudo redis-cli
sudo redis-cli -h $hostname #Specify hostname

sqlmap

  • Detect and take advantage of SQL injection vulnerabilities

Commands

  • Installation

sudo apt install sqlmap

  • Usage

Mongocli

  • Utility for connecting to MongoDB databases via the command line

Commands

  • Installation


  • Usage

Mongosh

  • Adapted utility for connecting to MongoDB databases via the command line, similar to Mongocli but with some extra options

Commands

  • Installation


  • Usage

PostgreSQL

  • A command-line utility used to connect or interact with PostgreSQL databases

Commands

  • Installation


  • Usage

Last updated