Skip to content

A simple and versatile tool to kill or gain access to a RCON server through bruteforcing.

License

Notifications You must be signed in to change notification settings

orkkz/RCONAttacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCONAttacker

RCONAttacker is a tool for interacting with RCON servers. It supports multiple actions such as connecting to an RCON server, brute-forcing login using a password file, checking if an RCON server is online, flooding the RCON server with requests, and running commands in interactive mode.

RCONAttacker

RCONAttacker allows you to:

  • Connect to an RCON server using a password.
  • Brute force an RCON server using a list of passwords from a file.
  • Check if an RCON server is online.
  • Flood an RCON server with requests. Can be used to make the console unuseable.
  • Interactive mode for running an interactive menu.

Installation

To install the necessary dependencies, run the following command:

python3 -m pip install -r requirements.txt

Alternatively, you can use:

python -m pip install -r requirements.txt

Get Started

You can use RCONAttacker via the command line with various options. Below are the supported commands:

python RCONAttacker.py -h