Skip to content

Commit

Permalink
* Updating README
Browse files Browse the repository at this point in the history
+ Changing version to v0.1.6-alpha
  • Loading branch information
matricali committed Jun 30, 2018
1 parent 058928e commit 3273f96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# X3N4 Shell v0.1.4-alpha
# X3N4 Shell v0.1.6-alpha
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:
* Execute commands remotelly
* Brings environment information
* HTTP Basic access authentication (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 v0.1.4-alpha](http://i1174.photobucket.com/albums/r608/jorge-matricali/Captura%20de%20pantalla%202017-06-20%20a%20las%2021.44.09_zpsm9dq4luq.png)
![x3n4 Shell v0.1.6-alpha](http://i1174.photobucket.com/albums/r608/jorge-matricali/Captura%20de%20pantalla%202017-06-20%20a%20las%2021.44.09_zpsm9dq4luq.png)
2 changes: 1 addition & 1 deletion x3n4.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('X3N4_VERSION', 'v0.1.5-alpha');
define('X3N4_VERSION', 'v0.1.6-alpha');

$user = 'x3n4';
$password = 'P455W0rd';
Expand Down

0 comments on commit 3273f96

Please sign in to comment.