c0nrad / go-mbf

MongoDB Login Brute Forcer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB Brute Forcer

Multithreaded mongodb authentication brute forcer written in golang. Supports single mongod brute forcing, or replica set brute forcing.

Usage of ./go-mbf:
  -database="admin": name of database to use
  -hostname="hosts.hosts": file containing hostnames
  -passfile="pass.pass": location of password file
  -threads=4: number of db connections to use per machine
  -username="admin": username to bruteforce
  -verbose=false: display each attempt
./go-mbf
-------- MongoDB BruteForcer -------
Loaded password list! Total words: 82830
WE DID IT! Password is admin:1337h4x0r

To test it out, try single.sh or replica.sh

c0nrad

About

MongoDB Login Brute Forcer


Languages

Language:Go 87.5%Language:Shell 12.5%