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 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.
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
You can use RCONAttacker via the command line with various options. Below are the supported commands:
python RCONAttacker.py -h