Skip to content

dstours/mongot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

mongot

mongot makes it easy to extract data from open MongoDB's. By specifying an IP/port with the -d/-p parameters, mongot will connect to an open MongoDB, display any identified database names, collections, and a small sample of data in each.

usage: mongot.py [-h] -d D [-p P]

optional arguments:
  -h, --help  show this help message and exit
  -d D        Destination IP.
  -p P        Destination Port (default: 27017).

This is still a work in progress.

About

Extract data from open MongoDB's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages