10
Dec
What does Mod_security refer to ?
ModSecurity is an open source, free web application firewall (WAF) Apache module. With over 70% of all attacks now carried out over the web application level, organizations need all the help they can get in making their systems secure. WAFs are deployed to establish an external security layer that increases security, detects and prevents attacks... Read More
10
Dec
How To Secure My Domain Name ?
Brief Description Domain names are a hot commodity these days. For some, selecting a domain name is a thorough process that takes a bit of research and time to complete. While it’s extremely important to select one that fits your business best, you can take things a step further by securing variations of your primary... Read More
09
Dec
A list of MS SQL servers to managed C + +
#include “stdafx.h” using namespace System; using namespace System::Collections; using namespace System::Collections::Specialized; using namespace System::Net; using namespace System::Net::Sockets; using namespace System::Threading; using namespace System:ata; using namespace System:ata::OleDb; using namespace System::Text; namespace Util { public ref class SqlServerInfo { private : String^ m_ServerName; String^ m_InstanceName; bool m_IsClustered; String^ m_Version; int m_tcpPort; String^ m_Np; String^ m_Rpc; IPAddress^ m_IP; StringCollection m_Catalogs;... Read More
09
Dec
What does php SUexec refer to ?
Introduction PHPSuexec is the shortened term often used to describe running PHP as a CGI with Suexec. Running PHP as a CGI with Suexec creates a much more secure environment compared to running PHP as an Apache module. Below we will describe the differences in the two forms of PHP, with examples on how security... Read More
09
Dec
what is php.ini file ?
Introduction The php.ini file is a special file for suPHP (pronounced sue-p-h-p). The php.ini file is where you declare changes to your PHP settings. You can edit the existing php.ini, or create a new text file in any subdirectory and name it php.ini. This file location depends on several things: if your are using Linux... Read More