Current time: 05-23-2024, 06:49 PM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Make ispCP more Secure !
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #1
[HowTo] Make ispCP more Secure !
ATTENTION!
There is a new updated Version in the Wiki.

Please use--> [HowTo] Make ispCP more Secure


Greez BeNe


-----------------------------------------------------------------------------------

Hello,

is started to find out some Infos about the Securtity of my Server and ispCP Omega with some Tools out there in the word wide web.

1.) Disable the ServerSignature like this one:

Code:
Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 mod_perl/2.0.2 Perl/v5.8.8

Put only these lines in your httpd.conf

Code:
# Disable ServerInfo
ServerSignature Off
ServerTokens Prod

2.) Disable Debugging functions

An attacker may use this flaw to trick your legitimate web users to give
him their credentials. Add the following lines for each virtual host in your configuration file to disable the Debugging:

Code:
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]

3.) Disable ProFTPD Banner

When you connect to your FTP-Server it looks like this:

Code:
Verbindung mit 62.75.xx.xx wurde hergestellt.
220 ProFTPD 1.3.0 Server (vsxxxxxx) [62.75.xx.xx]
Benutzer (62.75.xx.xx:(none)):

Here can you see the ProFTPD Version -> 1.3.0

To Disable the Banner add, the following line to the proftpd.conf:
Code:
ServerIdent                    off

Dont forget to restart the Daemons after changing the config.

@Dev-Team: Could also implemented into ispCP for more Security Wink
(This post was last modified: 04-07-2010 02:17 PM by gOOvER.)
03-16-2007 10:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[HowTo] Make ispCP more Secure ! - BeNe - 03-16-2007 10:45 PM
RE: How to make VHCS more Secure ! - BeNe - 03-17-2007, 01:56 AM
RE: How to make VHCS more Secure ! - BeNe - 03-20-2007, 04:42 PM
RE: How to make VHCS more Secure ! - RatS - 03-20-2007, 11:42 PM
RE: How to make VHCS more Secure ! - BeNe - 03-21-2007, 12:02 AM
RE: How to make VHCS more Secure ! - hxbro - 03-23-2007, 06:30 PM
RE: How to make VHCS more Secure ! - BeNe - 03-23-2007, 06:47 PM
RE: [HowTo] Make ispCP more Secure ! - kfa - 07-03-2010, 10:31 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)