Skip to content

MongoDB

Simone Margaritelli edited this page Oct 25, 2023 · 1 revision

MongoDB password authentication.

Examples

legba mongodb \
  --target localhost:27017 \
  --username root \
  --password data/passwords.txt
Clone this wiki locally