| Crates.io | hyrced |
| lib.rs | hyrced |
| version | 0.1.0-dev |
| created_at | 2025-04-19 19:51:48.304599+00 |
| updated_at | 2025-04-19 19:51:48.304599+00 |
| description | Daemon providing remote command execution over HTTP |
| homepage | https://github.com/Arkanosis/hyrced |
| repository | https://github.com/Arkanosis/hyrced |
| max_upload_size | |
| id | 1640925 |
| size | 57,432 |
HyRCEd is a daemon providing remote command execution (RCE for short) over HTTP.
HyRCEd is still under active design and not yet ready for mainstream usage.
Of course it is: the “S” in the name stands for “secure”. It's just executing commands remotely over unencrypted HTTP, nothing more. What could go wrong?
Seriously, though: no, it's not. For now at least. I'll update the answer to this question when I'll consider it “reasonably secure”, but until then, it'd be foolish to run HyRCEd next to anything remotely important.
Usage: hyrced start [--hostname=<hostname>] [--port=<port>]
hyrced -h | --help
hyrced --version
Commands:
start Start the remote command execution daemon.
Options:
-h, --help Show this screen.
--hostname=<hostname> Hostname to resolve to find the network interface to listen on [default: localhost].
--port=<port> Port to listen to [default: 8080].
--version Show version.
Run cargo build --release in your working copy.
Contributions are welcome through GitHub pull requests.
Please report bugs and feature requests on GitHub issues.
hyrced is copyright (C) 2025 Jérémie Roquet jroquet@arkanosis.net and licensed under the ISC license.