Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c0nrad/go-mbf
MongoDB Login Brute Forcer
https://github.com/c0nrad/go-mbf
Last synced: 21 days ago
JSON representation
MongoDB Login Brute Forcer
- Host: GitHub
- URL: https://github.com/c0nrad/go-mbf
- Owner: c0nrad
- Created: 2014-06-14T23:26:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-22T23:35:17.000Z (over 10 years ago)
- Last Synced: 2024-08-05T17:25:59.325Z (4 months ago)
- Language: Go
- Size: 172 KB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - c0nrad/go-mbf - MongoDB Login Brute Forcer (Go)
README
MongoDB Brute Forcer
===================Multithreaded mongodb authentication brute forcer written in golang. Supports single mongod brute forcing, or replica set brute forcing.
```bash
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
``````bash
./go-mbf
-------- MongoDB BruteForcer -------
Loaded password list! Total words: 82830
WE DID IT! Password is admin:1337h4x0r
```To test it out, try [single.sh](single.sh) or [replica.sh](replica.sh)
[c0nrad](mailto:[email protected])