(02-08-2016, 12:45 AM)netfa Wrote:(02-05-2016, 10:19 AM)ccr1969 Wrote:(02-05-2016, 08:41 AM)apinto Wrote:(02-05-2016, 02:01 AM)ccr1969 Wrote: Theo This is up And Running nowLooks Great!
all tests are good
Any GitHub Repo so we can test?
no repo this a work in progress i run Apache 2.4.17 and Php 5.6.15 by default right now i can run four different Php versions side by side 3 have suhosion on php 7 not yet but working on that as theres no released php7 source code yet to my knowledge but 5.4 and 5.5 and 5.6 all good
This requires mod_fcgid.so and quite a bit of understanding so maybe in the future but not yet
Hi ccr1969.
can you tell us the steps that you did,
we need php version changer or at least update php version to 5.6
thanks
I run a windows os
You will first have to update Apache i use 2.4.17 vc 11, you will than have to find the appropriate mods,
than get php 5.6.15 our what ever is latest now remember Suhosin needs to be compiled also and if you search my posts you will find excel and Suhosin which i have already Compiled or you can get it here
were i have created and exe to update apache and php in sentora panel automatically
Apache&PHP Updater
|
PHP version changer
|
(02-08-2016, 06:02 AM)Me.B Wrote: Not sure this is secure. And each php must be patched using suhosin. It might not be secure (I think it is not safe for a production server), but it is a step up and some people might really need it. Keep testing, and check on security
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora ![]() Graphic and Web Design. Development. www.vanguardly.com
RE: PHP version changer
02-09-2016, 02:01 AM
(This post was last modified: 02-09-2016, 02:18 AM by ccr1969.)
(02-08-2016, 09:34 PM)apinto Wrote:(02-08-2016, 06:02 AM)Me.B Wrote: Not sure this is secure. And each php must be patched using suhosin. i run server security runs for sql injection and other promblems and i place focus on them right now i ha 90 out of 100 which is a b in security this was due to openssl version and i have updated openssl Quote:Hostnameso yes i do run audit checks
That security check has nothing to do with suhosin locking out harmful php commands.
Code: php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
RE: PHP version changer
02-09-2016, 11:21 AM
(This post was last modified: 02-09-2016, 12:20 PM by ccr1969.)
like i said 3 of them are using Suhosin Php 7 is for testing
and Remember the Sentora panel is secured to Suhosin it is the default the other versions run on domains the user specifies it to run on as in example post domain1.com php 5.5 domain2.com php 7 and so on now the Sentora panel is secured by its Suhosin patch Also there is other methods to secure a server not just the so mentioned Security is not just for panels but all sites i hope that makes sense to you there is some security issues iam looking into Code: Login Cross Site Request Forgery (CSRF/XSRF)
What does this mean?
The web site seems to be lacking CSRF token on a login form.
What can happen?
An attacker can force an unsuspecting user to sign in to the attacker's account. What can be done
from there depends on the application. Example: An attacker can force an unsuspecting user to login
to the attacker's account, when the user then buys something the credit card is added to the attacker's
account.
Summary
Entry Found at CVSS
1 http://xxxxxxxx.tk/ 6.2
2 http://xxxxxxxxxxxx.tk/index.php 6.2
3 https://xxxxxxxxx/ 6.2
1. Login Cross Site Request Forgery (CSRF/XSRF)
Summary
Found at
http://xxxxxxxxx/
CVSS
6.2 of 10.0
Request Headers
GET / HTTP/1.1
Accept text/html application/xhtml+xml application/xml; q=0.9 image/webp */*; q=0.8
User-Agent Mozilla/5.0 (compatible; Detectify)
Host xxxxxxxx.tk
Cache-Control no-store, no-cache
Pragma no-cache
Accept-Encoding gzip deflate
Connection Keep-Alive
Response Headers
HTTP/1.1 200 OK
Pragma no-cache
Vary Accept-Encoding,User-Agent
Content-Encoding gzip
Keep-Alive timeout=15, max=150
Connection Keep-Alive
Content-Length 1860
Content-Type text/html; charset=UTF-8
Date Tue, 09 Feb 2016 01:50:17 GMT
Expires Thu, 19 Nov 1981 08:52:00 GMT
Set-Cookie PHPSESSID=xxxxxxxxxxxxxxxxxx; path=/
Server Apache/2.4.17 (Win32) mod_antiloris/0.6.0 mod_fcgid/2.3.9 OpenSSL/1.0.2e
PHP/5.6.15
X-Powered-By PHP/5.6.15
Details
<form role="form" method="post" name="frmZForgot" id="frmZForgot" style="display: none;">
<div class="form-group">
<label for="inPassword">E-mail:</label>
<div class="input-group merged">
<span class="input-group-addon"><i class="icon-mail"></i></span>
<input type="text" class="form-control" id="inputEmail" name="inForgotPassword"
placeholder="Email" required="">
</div>
</div>
<div class="form-group text-right">
<a href="javascript:void(0);" id="backtologin">(Back To Login)</a>
</div>
<button type="submit" class="btn btn-primary pull-right btn-margin" name="sublogin2"
value="LogIn">Sign in</button>
<input type="hidden" name="csfr_token"
value="8uu3y7kcg7a4wfugv0uwltexarrjskydic9kzeuskcludf7ckp"> </form>
<form role="form" method="post" name="frmZLogin" id="frmZLogin">
<div class="form-group">
<label for="inputUsername">Username:</label>
<div class="input-group merged">
<span class="input-group-addon"><i class="icon-user-male"></i></span>
<input type="text" class="form-control" id="inputUsername" name="inUsername"
placeholder="Username" required="">
</div>
</div>
<div class="form-group">
<label for="inPassword">Password:</label>
<div class="input-group merged">
<span class="input-group-addon"><i class="icon-key-1"></i></span>
<input type="password" class="form-control" id="inPassword" name="inPassword"
placeholder="Password" required="">
</div>
</div>
<div class="form-group text-right">
<a href="javascript:void(0);" id="forgotpw">(forgot password)</a>
</div>
<div class="form-group">
<input type="checkbox" data-label="Remember Me" name="inRemember"
value="1">Remember me
</div>
<div class="form-group">
<input type="checkbox" data-label="Enable Session Security"
name="inSessionSecurity" checked="">Enable Session Security
</div>
<button type="submit" class="btn btn-primary pull-right btn-margin" name="sublogin2"
value="LogIn">Sign in</button>
<input type="hidden" name="csfr_token"
value="8uu3y7kcg7a4wfugv0uwltexarrjskydic9kzeuskcludf7ckp"> </form>
Well, that's what I meant... Not just 'the panel' but everything involved with the panel and the hosted sites...
Good luck getting this sorted. It would be VERY nice to have! (02-09-2016, 03:29 PM)TGates Wrote: Well, that's what I meant... Not just 'the panel' but everything involved with the panel and the hosted sites... I originally had AWServer setup on my Windows Server, but I finally made the switch to Ubuntu Server and Sentora, the performance difference is just insane! Just stumbled upon this thread, and wanted to let you know that I would absolutely LOVE this if you were able to make this a reality, a lifesaver! I'm not huge on scripting or php security, but if I can help feel free to let me know!
well been running multiple test thus far the php changer has run flawlessly security seems to be tight but with all things you never get 100% secure server i may post up a zppy for others to try with instructions on how to set up This will not work with Apache 2.2 this is for Apache 2.4
Do A Back up First You will need other files . Check back as i prepare a instruction sheet for windows users
RE: PHP version changer
09-01-2016, 02:38 AM
(This post was last modified: 09-01-2016, 04:51 AM by hackkill CraftHosting.)
(05-17-2016, 12:43 PM)ccr1969 Wrote: well been running multiple test thus far the php changer has run flawlessly security seems to be tight but with all things you never get 100% secure server i may post up a zppy for others to try with instructions on how to set up This will not work with Apache 2.2 this is for Apache 2.4 Where is the package ? Link for Download ? @TGates did you have the Module ? |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| PHP version changer | ccr1969 | 30 | 68 ,756 |
06-17-2021, 11:06 AM Last Post: ccr1969 |
|
| Sentastico MediaWiki Requires Newer Version of PHP? | dsmarter | 1 | 6 ,937 |
08-19-2017, 03:45 AM Last Post: TGates |
|
| How to install Select PHP Version | cangkirhost | 5 | 34 ,763 |
11-03-2016, 12:03 PM Last Post: cangkirhost |
|
Users browsing this thread: 1 Guest(s)


![[Image: vanguardly-logo-micro.png]](http://repo.vanguardly.com/brand/logos/vanguardly-logo-micro.png)
![[Image: questionmark.gif]](https://wssa.beyondsecurity.com/my_account/images/questionmark.gif)
![[Image: blank.gif]](https://wssa.beyondsecurity.com/my_account/images/blank.gif)

