5 releases

0.1.4 Aug 29, 2025
0.1.3 Aug 29, 2025
0.1.2 Aug 26, 2025
0.1.1 Jun 16, 2025
0.1.0 Jun 15, 2025

#4 in #server-management

Download history

268 downloads per month

MIT license

30KB
694 lines

ffs

ffs is a Fast Fuzzing Service CLI that runs your campaigns on the cloud.

Installation

Install the latest released binary directly from crates.io:

cargo install ffs-cli

Usage

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

SSH into a job

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.

Dependencies

~109MB
~1.5M SLoC