Metadata-Version: 2.1
Name: MCPTool
Version: 1.0.2
Summary: A tool for Minecraft pentesting
Author-email: "Pedro Agustin Vega (wrrulos)" <vegapedroagustin2004@gmail.com>
License: MIT License
Project-URL: homepage, https://mcptool.net
Project-URL: documentation, https://mcptool.net/docs
Project-URL: repository, https://github.com/wrrulos/MCPTool
Keywords: minecraft,pentesting,tool,security
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: easyjsonpy
Requires-Dist: mccolors
Requires-Dist: mcstatus
Requires-Dist: mcrcon
Requires-Dist: requests
Requires-Dist: loguru
Requires-Dist: pypresence
Requires-Dist: plyer

<h1 align="center"> 🧨 MCPTool v1.0.2
<h3 align="center"> Pentesting tool for Minecraft </h2>
<img align="center" src="https://i.imgur.com/GqkwN7v.png" alt="MCPTool" title="MCPTool" style="max-width: 100%; height: auto;">

<h4 align="center">This project was created for educational purposes and should not be used in environments without legal authorization.</p>

# 🛠 Features
* Get information from servers
* Get usernames or uuids from players
* Get information about IP addresses
* Get information about domains
* Get random servers using Seeker API (Shodan and Web Scraping will be included soon)
* Scan IP addresses (Nmap, Qubo, Masscan and others)
* Save players connecting to servers
* Easily create proxies (cascade and velocity)
* Create a fake proxy to capture data.
* Connect to a minecraft server using the terminal
* Send commands to servers using a bot
* Connect to the RCON of a server
* Perform a brute force attack on the RCON service
* Perform a brute force attack on the user of a non-premium/semi-premium server
* Kick players with bots thanks to 'You are logged in from a different location'
* Support for multiple languages.

## 💻 Supported operating systems:

* ✅ Windows (8, 8.1, 10 and 11)
* ✅ Linux
* ✅ Termux
* ✅ Mac

## ⛏️ Supported minecraft versions

* 📃 1.8.x-1.20.x

## Available languages

- **EN**
- **TR**
- **ES** (Coming soon)
- **FR** (Coming soon)
- **SK** (Coming soon)
- **DE** (Coming soon)
- **PT** (Coming soon)
- **CAT** (Coming soon)

## Documentation

You can find the MCPTool documentation in the [docs folder](./docs).

## 🕹 Usage
Use the `mcptool` command in the terminal.

## 🔗 Discord Server
Enter the discord server with this [link](https://discord.gg/TWKs6BWkR2)

## Minecraft Libraries Used
* MCStatus [Github](https://github.com/py-mine/mcstatus)
* Mineflayer [Github](https://github.com/PrismarineJS/mineflayer)
* Mcrcon [Github](https://github.com/uncaught-exceptions/mcrcon)
