ezcat

command module
v0.0.0-...-faef617 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

README

ezcat 🐱 easy shell handler written in go


🚀 Install

An easy way to install ezcat is to use docker:

docker run --rm --network host \
    -e PASSWORD=securepassword \
    ghcr.io/ngn13/ezcat

or you can download the latest binary from the releases tab, extract it with tar and then copy it to somewhere in your PATH.

By default ezcat will try to detect your interface IP address (giving priority to tunnel interfaces). If you want set this IP address to something else by default, you can use the SHELLIP environment variable:

docker run --rm --network host \
    -e PASSWORD=securepassword \
    -e SHELLIP=10.10.10.15     \
    ghcr.io/ngn13/ezcat

⚒️ Build

To build ezcat, install a recent version go. Then clone the repository and run the go build command:

go build .

For development, login to the web interface with the default password, ezcat.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
server module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL