All Projects → wrrulos → MCPTool

wrrulos / MCPTool

Licence: MIT license
Pentesting tool for Minecraft

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MCPTool

Kali-Linux-Tools-With-Python
Hacking Tools
Stars: ✭ 27 (-63.01%)
Mutual labels:  kali-linux, hacking-tool, kali, kali-scripts
JAR
Just Another Repo
Stars: ✭ 53 (-27.4%)
Mutual labels:  kali-linux, hacking-tool, kali, kali-scripts
Webspoilt
This script will you help to find the information about the website and to help in penetrating testing
Stars: ✭ 34 (-53.42%)
Mutual labels:  kali-linux, hacking-tool, kali, kali-scripts
overload
📡 Overload DoS Tool (Layer 7)
Stars: ✭ 167 (+128.77%)
Mutual labels:  kali-linux, hacking-tool, kali-scripts
Hacker-Playbook-Utility
A Python3 powered bash script written to slightly automate the tool installation process of the Hacker Playbook Book (http://thehackerplaybook.com).
Stars: ✭ 27 (-63.01%)
Mutual labels:  kali-linux, kali, kali-scripts
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+150.68%)
Mutual labels:  kali-linux, hacking-tool, kali-scripts
wifi-deauther
A fully automatic wifi deauther coded in Python
Stars: ✭ 25 (-65.75%)
Mutual labels:  kali-linux, kali, kali-scripts
Ethical Hacking Tools
Complete Listing and Usage of Tools used for Ethical Hacking
Stars: ✭ 272 (+272.6%)
Mutual labels:  kali-linux, hacking-tool, kali
Adb Toolkit
ADB-Toolkit V2 for easy ADB tricks with many perks in all one. ENJOY!
Stars: ✭ 217 (+197.26%)
Mutual labels:  kali-linux, hacking-tool
Phonia
Phonia Toolkit is one of the most advanced toolkits to scan phone numbers using only free resources. The goal is to first gather standard information such as country, area, carrier and line type on any international phone numbers with a very good accuracy.
Stars: ✭ 221 (+202.74%)
Mutual labels:  kali-linux, hacking-tool
IP-Tracker
Track any ip address with IP-Tracker. IP-Tracker is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracker.
Stars: ✭ 53 (-27.4%)
Mutual labels:  kali-linux, hacking-tool
Tool X
Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and other linux based distributions.
Stars: ✭ 3,361 (+4504.11%)
Mutual labels:  kali-linux, hacking-tool
Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (+154.79%)
Mutual labels:  kali-linux, hacking-tool
Armor
Armor is a simple Bash script designed to create encrypted macOS payloads capable of evading antivirus scanners.
Stars: ✭ 228 (+212.33%)
Mutual labels:  kali-linux, kali
Wifi Txpower Unlocker
Stars: ✭ 173 (+136.99%)
Mutual labels:  kali-linux, kali
Andspoilt
Run interactive android exploits in linux.
Stars: ✭ 101 (+38.36%)
Mutual labels:  kali-linux, hacking-tool
Black-Tool
Install the tools and start Attacking , black-tool v5.0 ! ⬛
Stars: ✭ 239 (+227.4%)
Mutual labels:  kali-linux, hacking-tool
Qemu Images
A collection of disk images and virtual machines that can be used by the QEMU emulator
Stars: ✭ 145 (+98.63%)
Mutual labels:  kali-linux, kali
Lscript
The LAZY script will make your life easier, and of course faster.
Stars: ✭ 3,056 (+4086.3%)
Mutual labels:  kali-linux, kali-scripts
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 1,572 (+2053.42%)
Mutual labels:  kali-linux, kali

🧨 MCPTool v2.4

Pentesting tool for Minecraft



This project was created for educational purposes and should not be used in environments without legal authorization.

🛠 Features

  • See information of a server
  • View player information
  • Port scanning
  • QuboScanner
  • Scanning of nodes of a hosting
  • Create a local bungee
  • Listening command
  • Checker
  • Show mods on this server.
  • MITM Attack (poisoning)
  • Bot connect
  • Kick, kickall and block

💻 Supported operating systems:

  • Windows (8, 8.1, 10 and 11)
  • Linux

🔧 Installation

# Install Nmap (https://nmap.org/)
# Install Python 3 (https://www.python.org/)
# Install NodeJS (https://nodejs.org/es/)

# Clone the repository (Or download it from the web in the "Code button and download zip")
$ git clone https://github.com/wrrulos/MCPTool

# Go into the MCPTool folder
$ cd MCPTool

# Create an ngrok account (https://ngrok.com/)
# Download Ngrok and connect your account with the token.
# Move ngrok to the MCPTool folder.

# Install the requirements
$ python3 -m pip install -r requirements.txt
$ npm install mineflayer
$ npm install process

🕹 Usage

$ python3 MCPTool.py

📝 Commands guide

[*] server 
Shows information of the specified server

$ server [ip]

# [ip] Server IP

$ Example: server mc.universocraft.com


[*] player 
Shows information of the specified player

$ player [name]

# [name] Player name

$ Example: player Rulo


[*] scan
Scan the ports of the specified IP (You can also scan an IP range)

$ scan [ip] [ports] 

# [ip] IP
# [ports] Port range

$ Example: scan 127.0.0.1 25000-26000


[*] sfile
Scan a list of ips addresses from a file.

$ sfile [file] [ports] 

# [file] File
# [ports] Port range

$ Example: sfile D:\Proyectos\MCPTool\ips1.txt 25000-26000


[*] qubo
Scan the ports of the specified IP using quboscanner (You can also scan a range of IPs)

$ qubo [ip] [ports] [th] [ti]

# [ip] IP
# [ports] Port range
# [th] Threads
# [ti] Timeout

$ Example: qubo 127.0.0.1 25000-26000 500 1500


[*] host 
This command scans all nodes of the specified hosting.

$ host [host] [ports] 

# [host] Host name
# [ports] Port range

$ Example: host holyhosting 25000-26000
  
  
[*] mods
This command displays the mods on a Forge server.

$ mods [ip:port]

# [ip:port] IP and port

$ Example: mods 127.0.0.1:25567


[*] checker
This command scans the servers found in a file

$ checker [file]

# [file] File location

$ Example: checker C:\Users\Rulo\Documents\Scan.txt


[*] bot [ip:port]
Connect to a server using a bot

# [ip:port] IP and port

$ Example: bot mc.ecuacraft.com


[*] bungee 
Create a local bungee.

$ bungee [ip:port]

# [ip:port] IP and port

$ Example: bungee 127.0.0.1:25567

NOTE: The Bungeecord comes with my RBungeeExploit plugin which has the following commands:

  - /connect [ip:port] This command sends you to the specified server
  - /set-uuid [uuid] This command changes your UUID to the specified uuid.  
  
  
[*] listening
This command shows the players connected within the server

$ listening [ip:port]

# [ip:port] IP and port

$ Example: listening 127.0.0.1:25567

  
  
[*] poisoning 
Create a proxy connection that redirects to a server and captures commands. (Only works with non-premium users)

$ poisoning [ip]

# [ip] Server IP

$ Example: poisoning mc.universocraft.com


[*] kick 
Kick a player from the server

$ kick [ip:port] [name]

# [ip:port] IP and port
# [name] Player name

$ Example: kick 127.0.0.1:25566 Rulo


[*] kickall
Kick all players from the server

$ kick [ip:port] [name]

# [ip:port] IP and port

$ Example: kickall 127.0.0.1:25566


[*] block
Kick a player from the server without stopping (infinite loop)

$ block [ip:port] [name]

# [ip:port] IP and port
# [name] Player name

$ Example: block 127.0.0.1:25566 Rulo


[*] clear (Clears the tool screen)
$ clear

[*] help (Show command list)
$ help

📸 Screenshots

🎞 Video

Watch the video

Licencia

MIT License

Copyright (c) 2021 Pedro Vega

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].