Skip to content

matricali/x3n4

Repository files navigation

X3N4 Shell v1.0.0

This web-based shell is a useful tool for system or web administrators that need to perform management tasks remotelly without using CPanel, SSH connections, FTP connections, etc.

PHP is the most commonly used server-side programming language, with 81.8% of web servers deploying it, according to W3 Techs.

Features:

  • Brings environment information
    • Platform version
    • PHP version
    • Installed modules
    • Server and client IP
    • Disabled functions
  • Execute commands remotelly using a wide variety of mechanisms
    • system
    • shell_exec
    • exec
    • passthru
    • proc_open
    • popen
  • HTTP Basic access authentication (thanks to @davidtavarez)
    • Default user x3n4
    • Default password P455W0rd
  • Self upgradeable
    • Use upgrade command to automatically fetch the last x3n4 release from Github
  • Commands history
    • Use and keys when typing commands to navigate through history.
  • Run PHP scripts:
    • eval()
    • Alternative mechanism to eval(). (thanks to @davidtavarez).

Requeriments:

  • PHP 4.3.3+, 5.x or 7.x
  • Javascript compatible browser
  • Responsability on how do you use this tool

Screenshots:

x3n4 Shell v1.0.0 x3n4 Shell v1.0.0

Contributors