Giter Site home page Giter Site logo

mongoscan's Introduction

MongoDB Scanner

This projecgt is a scanner to find mongodb with remote connection enabled, which is the default setting, but risky as well.

Before running the script, make sure you have PyMongo (http://api.mongodb.org/python/current/) module installed.

There are two version of scanners:

  • mongoScan.py
  • mongoScan_multiThreads.py

mongoScan.py

Single threads scanner, with instant state output and recoding IPs into a file.
Usage: mongoScan.py [IpListFile] [OutputFile]

mongoScan_MultiThreads.py

Multiple threads scanner, with time estimation. Only output success IPs.
Usage: mongoScan_multiThreads.py [ThreadsNumber] [IpListFile]
  • Parameters:

    • IpListFile
      Could be any text file that contains some ip addresses.
      There is no strict file format limit because I use regex to extract IPs.
      One of the best tools generating host list is nmap, here's how I used it:
          nmap -sL -oG -n ip.txt 192.168.1.1/16
          ----Generate a list from a range of IP, without scanning.
      	nmap -p27017 -n --open -T4 -sT -oG ip.txt 192.168.1.1/24
          ----Find 27017(default port for mongoDB) opened IP
      
    • ThreadsNumber
      Decides the speed of the scan.
      Generally, larger threads number gives faster performance, but setting it too high may cause instablity.
      

mongoscan's People

Contributors

ettack avatar

Stargazers

 avatar  avatar  avatar Yuchen avatar

Watchers

 avatar

Forkers

tuhaolam ctwj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.