Skip to content

Releases: matricali/x3n4

v1.0.0-rc

08 Jul 05:56
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release
Merge branch 'feature/build' into release/1.0

Release v0.1.7-alpha

30 Jun 18:21
Compare
Choose a tag to compare
  • 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

30 Jun 01:23
Compare
Choose a tag to compare
  • Added HTTP basic access authentication
  • Added command and output encryption using Base6

Pre-release v0.1.5-alpha

16 Jul 23:43
Compare
Choose a tag to compare
  • 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

30 Jun 01:07
Compare
Choose a tag to compare
Pre-release
  • 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

21 Jun 00:51
Compare
Choose a tag to compare
  • New version available automatic warning
  • Type upgrade in order to download the latest version of x3n4.

v0.1.0-alpha

20 Jun 23:24
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Shell support:

  • Simple shell suport via shell_exec()
  • support for "clear" and "exit"
  • Partial support for "cd" using chdir()