Terminal
Attacking
Default Port (Edit in attacks.json)
[method] [target] [time]
Sessions
View sessions
kick a certain Session
Grab session info
Users
- Custom virtual terminal
- Reject bad input (e.g. arrow keys)
- Virtual input buffer (edit with backspace)
- Fast & secure
Attacking
- Send to Mirai clients
- Send to API's
- Max time
- Concurrents
- Cooldown
- Logging to db
- Format
Default Port (Edit in attacks.json)
[method] [target] [time]
Sessions
View sessions
- Custom ansi table writer
- Supports Live Wire Gradient
- Custom ansi table writer
- Supports Live Wire Gradient
- Prints above the prompter
- Always in sight
- Format
- - broadcast [message]
- Prints above the prompter
- Always in sight
- Format
kick a certain Session
- Kicks and removes session from the list
- Closes the session instantly
- Format
Grab session info
- Shows collected information about the session
- Shows the Remote Addr and the Session Uptime
- Format
Users
- Usernames
- Cooldown
- Banned
- Admin
- MaxTime
- Concurrents
- Add
- Remove
- Edit
- Password hashing
- Custom UI
- Live updatable with the `reload` command
- Supporting Terms
- Terms, Please note that not all terms will work on some screens
Setup Tutorial:
Code:
sudo apt install mysql-server
Code:
sudo mysql_secure_installation
Code:
mysql -proot
Code:
SHOW DATABASES;
Code:
CREATE DATABASE greek;
Code:
USE greek;
Code:
CREATE USER 'greek'@'localhost' IDENTIFIED BY '7474ji4j6ti0260ijm6j462';
Code:
GRANT ALL PRIVILEGES ON * . * TO 'greek'@'localhost';
Code:
FLUSH PRIVILEGES;
Code:
EXIT;
Code:
chmod 777 *
Code:
sudo ./Greek
Password:
Code:
hellofhackers
You must reply before you can see the hidden data contained here.
Last edited by a moderator: