A secure webshell

1

Download the binary for your platform

# Linux x86_64
curl -L -o webpty.bin "https://github.com/mickael-kerjean/webpty/releases/download/stable/webpty_linux_amd64.bin"
# Linux arm
curl -L -o webpty.bin "https://github.com/mickael-kerjean/webpty/releases/download/stable/webpty_linux_arm.bin"
# Mac x86_64
curl -L -o webpty.bin "https://github.com/mickael-kerjean/webpty/releases/download/stable/webpty_mac_amd64.bin"
# Mac arm
curl -L -o webpty.bin "https://github.com/mickael-kerjean/webpty/releases/download/stable/webpty_mac_arm.bin"
            
2

Run it

chmod +x ./webpty.bin
./webpty.bin
            
3

...and you're done

Fire up a browser and go to https://127.0.0.1:3456