ExAlePloit / Dscanner

A simple pentesting-tool to get information about minecraft servers in ip ranges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dscanner

It allows you to do range scans distributed on multiple machines to find minecraft servers.

Continuously updated

There are no dependencies

Multiplatform (Windows, Linux, Mac)

Table of Contents


Requirements

  • Python 3.8 or higher

Installation

Make sure you have the right version of python

Clone

From command line
$ git clone https://github.com/ExAlePloit/Dscanner
$ cd Dscanner
Or download it from github: Github Guide

Launch the tool

Make sure you have python command in the path Common path: py, python, python3, python3.8

Enter in the folder of Dscanner and start the tool:

$ cd Dscanner
$ python3.8 Dscanner.py

Usage

  • Choose your language
  • Choose if the tool should be client or server

Client: Connect the server, receive instructions and send results. Server: It connects to clients, sends instructions, and receives and processes the results.


Features

  • connects clients and scans

  • Save results to a file

  • Multi language support

  • Reload results after a server restart

  • Custom settings for each client

  • Possibility to put in what the scans

  • Support for custom colors

  • Graphical interface for server mode


License

About

A simple pentesting-tool to get information about minecraft servers in ip ranges

License:MIT License


Languages

Language:Python 99.9%Language:Batchfile 0.1%