Cliws Build Status ChatOnDiscord LastCommit

Lightweight bind/reverse PTY shell with Windows&Linux support implementation by Rust.

Features

Build & Run

$> cargo build --release

$> ./target/release/cliws

Usage

Bind Mode

You can run a bash and listen port at 8000

$> ./cliws -p 8000 bash -i

then connect and get a comfortable shell.

$> ./cliws -c ws://127.0.0.1:8000

Reverse Mode

First listen a port wait for shell

$> ./cliws -l 8000

then build a reverse connection

$> ./cliws -r ws://127.0.0.1:8000 bash -i

Example

Linux

image

Windows(Reverse Mode)

image

Reference