An open API service indexing awesome lists of open source software.

https://github.com/orkkz/rconattacker

A simple and versatile tool to kill or gain access to a RCON server through bruteforcing.
https://github.com/orkkz/rconattacker

administration bruteforce cheats checker ddos flood flooding games gaming hack hacking hacks minecraft network networktool passwords pentesting rcon secuirty vulnerability

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

```bash
python3 -m pip install -r requirements.txt
```
Alternatively, you can use:
```bash
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:

```bash
python RCONAttacker.py -h
```