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.
- Host: GitHub
- URL: https://github.com/orkkz/rconattacker
- Owner: orkkz
- License: mit
- Created: 2025-02-03T17:43:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T11:18:15.000Z (over 1 year ago)
- Last Synced: 2025-02-04T12:19:23.944Z (over 1 year ago)
- Topics: administration, bruteforce, cheats, checker, ddos, flood, flooding, games, gaming, hack, hacking, hacks, minecraft, network, networktool, passwords, pentesting, rcon, secuirty, vulnerability
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```