Skip to content

CCBlueX/rcon_bruteforcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffcc033 · Oct 20, 2022

History

12 Commits
Jun 25, 2021
Apr 25, 2021
Dec 23, 2019
Oct 20, 2022
Apr 25, 2021
Apr 25, 2021

Repository files navigation

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.