Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.14 KB

RCON Bruteforcer

Allows you to bruteforce minecraft rcon server as quick as possible.

Reminder

This is nothing to be used in the real world and a reminder to disable RCON.
RCON is a very vulnerable way of accessing your server.
Please access your server over a Dashboard or SSH into your server.

Getting Started

Download latest binary from releases or from the lastest commit.
Execute binary: ./rcon_bruteforcer [127.0.0.1:25575]
View help: ./rcon_bruteforcer --help

Libraries

  • Tokio - The IO async library
  • Futures - The future stream library
  • Bruteforce - The password generator
  • Console - The ANSI console library
  • Rcon - The rcon connection library

Authors

See also the list of contributors who participated in this project.