Crates.io | ffs-cli |
lib.rs | ffs-cli |
version | 0.1.4 |
created_at | 2025-06-15 13:00:16.964993+00 |
updated_at | 2025-08-29 14:59:08.831132+00 |
description | A fast and flexible server management CLI tool for cloud providers |
homepage | https://github.com/aviggiano/ffs |
repository | https://github.com/aviggiano/ffs |
max_upload_size | |
id | 1713248 |
size | 112,478 |
ffs is a Fast Fuzzing Service CLI that runs your campaigns on the cloud.
Install the latest released binary directly from crates.io:
cargo install ffs-cli
A CLI tool for managing cloud computing jobs
Usage: ffs-cli [COMMAND]
Commands:
init Initialize the configuration with a cloud provider
list List all jobs
start Start a new job
stop Stop a running job
tail Tail logs from a job
scp Copy files from a job
ssh SSH into a job
version Display version information
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
After listing jobs with ffs-cli list
, you can quickly connect to one by ID:
ffs-cli ssh <job-id>
This runs ssh root@<job-ip>
using the job's public IPv4 address.