Releases: matricali/x3n4
Releases · matricali/x3n4
v1.0.0-rc
Release v0.1.7-alpha
- Execute commands using
proc_open
- Execute commands using
popen
- Fixed command execution using
exec
- Fixed some encoding issues
- MOTD now supports windows and darwin platforms
Release v0.1.6-alpha
- Added HTTP basic access authentication
- Added command and output encryption using Base6
Pre-release v0.1.5-alpha
- Improvements on auto-update system: Now looks for an asset file named 'x3n4.php' published at the latest release tag.
Pre-release v0.1.4-alpha
- Added more information about the current host, such as Hostname, OS Version, PHP Version, disabled functions, loaded extensions and many more.
- Support for multiple function in order to ensure the command execution.
- Now you can view the command output also if the script is throwing an error.
v0.1.3-alpha
- New version available automatic warning
- Type upgrade in order to download the latest version of x3n4.
v0.1.0-alpha
Shell support:
- Simple shell suport via shell_exec()
- support for "clear" and "exit"
- Partial support for "cd" using chdir()