From 3bc309f120a6bf9920c56bee4c4da72a439af7b3 Mon Sep 17 00:00:00 2001 From: kawaiinekololis Date: Sun, 25 Apr 2021 18:41:31 +0200 Subject: [PATCH] updated readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4de5025..e53d57b 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ 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. +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](https://github.com/CCBlueX/RconBruteforcer/releases).\ -Execute binary: `./rcon-bruteforce [server]` +Download latest binary from [releases](https://github.com/CCBlueX/RconBruteforcer/releases) or from the lastest commit.\ +Execute binary: `./rcon_bruteforcer [127.0.0.1:25575]`\ +View help: `./rcon_bruteforcer --help` ## Libraries * [Tokio](https://crates.io/crates/tokio) - The IO async library