Home » Archive

Articles tagged with: SQL Injection

Hacking papers »

[1 Feb 2009 | No Comment | 7 views]

In this paper I will be discussing Injection into Oracle PL/SQL database objects. Like many vulnerabilities PL/SQL Injection is possible because user input is not validated or in other cases the validation is not sufficient and can be bypassed.
This paper will cover a bit of Information on Oracle Application Express (APEX) which I will be using (the SQL Command Line) for this paper. I will also start with an Introduction into SQL Injection and then an Introduction into PL/SQL.
This paper is meant for the beginner and you should find I …

Share and Enjoy:

tutorials »

[22 Jan 2009 | No Comment | 2 views]

Whether it is through manual poking and prodding or the use of security testing tools, malicious attackers employ a variety of tricks to break into SQL Server systems, both inside and outside your firewall. It stands to reason then, if the hackers are doing it, you need to carry the same attacks to test the security strength of your systems. Here are 10 hacker tricks to gain access and violate systems running SQL Server.
1. Direct connections via the Internet
These connections can be used to attach to SQL Servers sitting naked …

Share and Enjoy: