Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Microsoft .NET Security

SQL Injection

Author: dndj.sys-con.com | Published: 21st Nov 2006 | Visited: 176 times | Add Comment
Filed in: NET Security

Many applications (Web-based applications and forms-based ['smart client'] applications) typically use data stored in a database. While you may have firewalls and other protections established when running your application, your application can still be open to an attacker gaining direct (or indirect) access to information in your database. The most common and dangerous attack technique is to use SQL injection.

Read Article
 

Sponsored Links

 


Related Articles

 .NET Internals and Code Injection An article about .NET internals and code injec ...

 Dependency Injection in C# 3.0 with Autofac Use the Autofac dependency injection container to simplify the configuration of object-oriented applicat ...

 The Why and How Behind Listener-Based Dependency Injection Listener-based dependency injection builds upon the core concepts of property-based Dependency Injection and offers many of the same benefits. Find out how you can use listener injection to reduce boilerplate code and clearly communicate relationships between POJOs using the Spring framew ...

 Portable Executable (P.E.) Code Injection: Injecting an Entire C Compiled Application Demonstrates how to inject an entire C compiled application as a new section of a Portable Executable (P ...

 Dependency Injection for .NET using a Dynamic Service Locator with Dynamic Proxy Injection Dependency Injection for .NET using a Dynamic Service Locator with Dynamic Proxy Injec ...

 Model View Presenter using Dependency Injection and Threading support How to code MVP pattern using Spring ...

 Poor man's code injector in C# 3.0 (exception handling scope, policy, *.* injection) A simple way for implementing code injection in C# ...

 Assembly Manipulation and C#/VB.NET Code Injection Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C#/VB.NET code inject ...

 Assembly manipulation and C#/VB.NET code injection. Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C#/VB.NET code inject ...

 A More Complete DLL Injection Solution Using CreateRemoteThread This article explores a more complete method of injecting a DLL into another process using the CreateRemoteThread appro ...



Next: How to Avoid Creating a Network Security Hole with Your Windows Server-Based App



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links