Learn to prevent web application hacking with ModSecurity

ModSecurity is a module running on Apache and isapplication remain unscathed on the increasingly
based on linux server. It will help users learn aboutdangerous web. Have you ever wondered how
various computer security vulnerabilities like SQLattackers figure out the exact web server version
injection, cross-site scripting attacks, cross-site requestrunning on a system? They use a technique called
forgeries, null byte attacks, and many more so thatHTTP fingerprinting, and you will learn about this in
one knows how attackers operate. It will also help onedepth and how to defend against it by flying your web
find the geographical location of an attacker and sendserver under a "false flag".
alert emails when attacks are discovered.Users can learn to compile ModSecurity from source
You can read an exclusive chapter here:and install it on a Linux system and also find out how
Real-life case studies are used to illustrate the dangersto prevent the source code of their web application
on the Web today – you will for example learn howbeing shown to the world if something goes wrong
the recent worm that hit Twitter works, and how youwith their server configuration They would also
could have used ModSecurity to stop it in its tracks.discover the real IP address of an attacker using
The mechanisms behind these and other attacks areModSecurity, even if the attacker is behind a proxy
described in detail, and you will learn everything youserver.
need to know to make sure your server and web