Skip to content
/ PwngoDB Public

PwngoDB is a simple Python script that checks whether a list of MongoDB URLs are accessible or not.

License

Notifications You must be signed in to change notification settings

0x1717/PwngoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


💥 PwngoDB - Mongodb Checker

PwngoDB is a simple Python script that checks whether a list of MongoDB URLs are accessible or not. It does this by attempting to connect to each URL using the PyMongo driver, and logging the results to separate files depending on whether the connection was successful or not.


📜 Requirements

  • Python 3.x
  • PyMongo 3.x

You can install PyMongo by running the following command:

pip install pymongo

📜 Installation

git clone https://github.com/0x1717/PwngoDB.git && cd PwngoDB/ && chmod +x PwngoDB.py

💊 Usage

To use the script, you'll need to create a text file containing a list of MongoDB URLs, one per line. For example:

mongodb://localhost:27017
mongodb+srv://username:password@localhost

Then, you can run the script from the command line with the following arguments:

python3 PwngoDB.py -l filename.txt

📔 Disclaimer

This script is provided as-is and is not guaranteed to work in all situations. Use at your own risk.

📄 License

This script is released under the MIT License.


Created by 0x1717 aka GYG3S

About

PwngoDB is a simple Python script that checks whether a list of MongoDB URLs are accessible or not.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages