MongoBuster is a hunt open mongoDB instances. Following are the features that are associated with this.
Also Read – Monitor Smartphone usage with Cocospy Keylogger
Pre-Requisites
How to install and run
git clone https://github.com/yashpl/mongoBuster.git
cd mongoBuster
go build mongobuster.go utils.go
sudo ./mongobuster
Note: Run it with sudo as Masscan requires sudo access.
Flags
| Flag | Description |
|---|---|
| –max-rate= (int) | Defines maximum rate at which packets are generated and sent. Default is 100. |
| –out-file= (string) | Name of file to which vulnerable IPs will be exported. |
| -v | Display error msgs from non-vulnerable servers |
NOTE
Using ridiculous values for max-rate flag like 10000+ will most likely bring down your own network infrastructure.
Recommended value is to start with --max-rate 500 for consumer Gigabit routers.
Journalists use OSINT to verify public information before publishing. In 2026, misinformation, AI-generated images, fake…
Docker is an open-source platform that lets you package and run applications inside containers. Each container…
PostgreSQL (often called Postgres) is an open-source relational database system. It supports advanced features like JSON…
Xrdp is an open-source server that lets you connect to your Ubuntu machine from another computer…
Apache Tomcat is an open-source web server and Java servlet container. It is one of the…
Keeping your Ubuntu system updated is one of the best ways to protect it. Security…