Skip to content

Commit 3273f96

Browse files
committedJun 30, 2018
* Updating README
+ Changing version to v0.1.6-alpha
1 parent 058928e commit 3273f96

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# X3N4 Shell v0.1.4-alpha
1+
# X3N4 Shell v0.1.6-alpha
22
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.
33
> PHP is the most commonly used server-side programming language, with 81.8% of web servers deploying it, according to W3 Techs.
44
55
### Features:
66
* Execute commands remotelly
7+
* Brings environment information
8+
* HTTP Basic access authentication (thanks to @davidtavarez)
79

810
### Requeriments:
911
* PHP 4.3.3+, 5.x or 7.x
1012
* Javascript compatible browser
1113
* Responsability on how do you use this tool
1214

1315
### Screenshots:
14-
![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)
16+
![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)

‎x3n4.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

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

55
$user = 'x3n4';
66
$password = 'P455W0rd';

0 commit comments

Comments
 (0)