Skip to content

Releases: HacKanCuBa/shellcomm-php

First Release

10 Dec 20:56
v0.3.1
Compare
Choose a tag to compare

First release v0.3.1

All release tags are signed, and release packages (tar.gz and zip) are also signed. Always check signatures prior using this software.

Changes

New features

  • First release: communicate with a remote shell easily, supporting command encoding, error handling, cool colours and more.

Bug fixes

  • None.

Using ShellComm

Verify signature, then run php shellcomm.php or php shellcom-tiny.php.

wget -O shellcomm-php-v0.3.1.tar.gz https://github.com/HacKanCuBa/shellcomm-php/archive/v0.3.1.tar.gz
wget https://github.com/HacKanCuBa/shellcomm-php/releases/download/v0.3.1/shellcomm-php-v0.3.1.tar.gz.sig
gpg --verify shellcomm-php-v0.3.1.tar.gz.sig 
tar -xf shellcomm-php-v0.3.1.tar.gz
cd shellcomm-php*