Git Product home page Git Product logo

betterheimer's Introduction

BetterHeimer

BetterHeimer is a Python-based application designed to scan Minecraft servers within a specified network range. It provides a graphical user interface (GUI) for easy interaction with the scanning and checking functionality.

image

image

Features

  • Network Scanning: Scan a range of IP addresses for Minecraft servers and retrieve information such as the server version, MOTD (Message of the Day), number of players online, and player names.
  • Version Filtering: Filter the scan results based on the server version, allowing you to focus on specific versions of Minecraft.
  • Player Filtering: Include or exclude servers based on whether they have players online.
  • Concurrent Scanning: Utilize multiple threads to scan servers concurrently, speeding up the process.
  • Check Module: Run checks on a list of IP addresses using a Node.js script (mineflayer), providing additional information about can cracked clients connect to server.
  • GUI: A user-friendly interface for managing scans and viewing results (right click table for more options like saving ips and sorting by version).

Getting Started

Prerequisites

  • Python 3.11 (recommended)
  • PyQt5 for the GUI
  • mcstatus for querying Minecraft servers
  • Node.js (optional, for the check module)

Installation

  1. Clone the repository: git clone https://github.com/ALW1EZ/betterheimer.git

  2. Change into the project directory: cd betterheimer

  3. Create a virtual environment and activate it: python3 -m venv .venv source .venv/bin/activate

  4. Install the required Python packages: pip install -r requirements.txt

  5. If you plan to use the check module, ensure Node.js is installed and available in your PATH. Change directory to check/ folder and install mineflayer for check module. cd check npm install mineflayer You can go back now. cd ..

Usage

  1. Run the application: python betterheimer.py

betterheimer's People

Contributors

alw1ez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

betterheimer's Issues

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.