MCM - V1.1
MiniSocket User Manager
manage.c
is a terminal-based user-friendly secret manager and connector for MiniSocket remote shell clients. It provides an interactive menu system to manage secret keys and connect to shell sessions via a simple TUI (Text User Interface).
Features
- โ TUI navigation with arrow keys
- ๐ Add and manage secret keys for remote shell
- ๐งพ List saved secrets
- โ Delete stored secrets
- ๐ Connect directly to shell using saved secrets
- ๐พ Stores secrets in
~/.minisocket_secrets.conf
- ๐ง Smart prompt & raw mode terminal handling
- ๐จ Colored interface for clarity
Dependencies
- Unix-like system (Linux/macOS)
- GCC compiler
mini-nc
client in/usr/bin/mini-nc
(used to connect)
Build Instructions
gcc -o manage manage.c
Usage
./manage
Use arrow keys to navigate and [Enter] to select.
Secret File Format
The configuration file is stored at:
~/.minisocket_secrets.conf
Each line follows this format:
label:secret
Example:
office:xyz123securekey
home:abc987key
Author
HaxorSec โ built for developers โค๏ธ
ยฉ 2025 HaxorSec โ All rights reserved.