SLOWLORIS: HTTP DOS(Denial Of Service)attack and prevention
A DDOS(Distributed Denial of Service) attack is one of the major problem, that organizations are dealing with today. Such a kind of attack is very difficult to mitigate, especially for small organizations with small infrastructure. The main difficulty in dealing with DDOS attack is the fact that, traditional firewall filtering rules does not play well. The main reason behind this problem is that, most of the time the attacking machines(machine's that take part in a DDOS attac

Simple PHP script for a Form!
Text Fields The name, address, and email fields are text input elements and can be coded like this: Name <input type="text" name="name" value=""> Address <input type="text" name="address" value=""> Email <input type="text" name="email" value=""> The HTML input element can have several attributes, the most important of which are the type andname attributes. type="text" defines these instances as a single-line input field to accept text. Thename attribute is used to specify a n