Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blue0x1/mago
Mago is a JavaFX-based shell generator tool that creates payloads for Linux, Windows systems and web. It features a simple GUI for easy configuration and supports Base64 and URL encoding.
https://github.com/blue0x1/mago
Last synced: about 2 months ago
JSON representation
Mago is a JavaFX-based shell generator tool that creates payloads for Linux, Windows systems and web. It features a simple GUI for easy configuration and supports Base64 and URL encoding.
- Host: GitHub
- URL: https://github.com/blue0x1/mago
- Owner: blue0x1
- Created: 2024-11-08T02:50:42.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T03:52:43.000Z (about 2 months ago)
- Last Synced: 2024-11-08T04:24:55.304Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mago Shell Generator
Mago is a JavaFX-based shell generator tool that creates payloads for Linux, Windows, and web systems. It features a user-friendly GUI for easy configuration and supports Base64 and URL encoding.
## Features
- Generate payloads for various operating systems.
- Easy-to-use graphical user interface.
- Supports Base64 and URL encoding for generated commands.
- Lightweight and efficient.## Requirements
- JDK 21 or later
- JavaFX SDK 23.0.1## Installation
1. Clone the repository:
```bash
git clone https://github.com/blue0x1/Mago.git
cd Mago
2. Build the project using Maven:
```bash
mvn clean package3. Run the application :
```bash
java -jar target/mago-1.0.0.jar
4. Alternatively, you can download a release from the release page and run it directly.![image](https://github.com/user-attachments/assets/89265a0b-7f22-44e8-afe1-3baade8cbdae)
## Usage
1. Launch the application.
2. Enter the IP address and port.
3. Select the shell type and operating system.
4. Choose encoding options if needed.
5. Click on "Generate Payload" to create the command.## Releases
You can download the latest release of Mago directly from the [Releases page](https://github.com/blue0x1/Mago/releases).
## Disclaimer
**This tool is intended for educational purposes only. We do not promote or endorse any harmful activities. The developer takes no responsibility for any misuse of the software. Use it responsibly and ethically.**