An open API service indexing awesome lists of open source software.

https://github.com/matricali/x3n4

Web-based shell written in PHP
https://github.com/matricali/x3n4

php php4 php53 php54 php55 php56 php7 responsive shell shell-prompt web-based webshell

Last synced: 2 months ago
JSON representation

Web-based shell written in PHP

Awesome Lists containing this project

README

        

# 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](http://i1174.photobucket.com/albums/r608/jorge-matricali/Captura%20de%20pantalla%202018-06-30%20a%20las%2014.55.50_zpslhrmmkgc.png)
![x3n4 Shell v1.0.0](http://i1174.photobucket.com/albums/r608/jorge-matricali/Captura%20de%20pantalla%202018-06-30%20a%20las%2014.54.39_zpsniyjasxz.png)

### Contributors