Home Tags SQL injection

Tag: SQL injection

Secure Your PHP Application

1
In the open source world, PHP programming is always given first preference due to its availability and flexibility. It is a powerful server side...

FOSS is __FUN__: Get the Basics Right

1
A few thoughts about databases in general... and some rants about the good old ways. There are a plethora of free/open source databases around, from...

Web Application Penetration Testing Using Samurai

3
This article introduces you to penetration-testing of Web applications. Also included is some hands-on work with a Web-testing framework called Samurai. Penetration testing, affectionately called...

Securing Apache, Part 9: Attacks that Target PHP-based Instances

3
Beginning with Part 1 of this series, we have covered all major attacks on Web applications and servers, with examples of vulnerable PHP code....

Securing Apache, Part 7: Fool-proofing the Server OS

5
Moving deeper into Web application and Apache security, let's now focus on OS commanding attacks, and those that lead to the disclosure of crucial...

Securing Apache, Part 3: Cross-Site Request Forgery Attacks (XSRF)

0
Intended for information security experts, systems administrators, and all those concerned about Web security, this third article in the series moves on from SQL...

Securing Apache, Part 2: XSS Injections

2
In the previous article in this series, we started our journey to a secured Apache by dissecting its internals. We then looked at various...

Securing Apache, Part 1: The Basics

4
Targeted at readers with Web security concerns, information security experts, systems administrators and all those who want to jump-start their careers in Web security,...