Stories recently tagged with 'SQLInjection'

Download Microsoft SQL Azure Frequently Asked Questions (FAQ)(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years ago

If you are struggling with a SQL Azure problem, one of the first resource to refer is the Microsoft SQL Azure FAQ document which presents a number of commonly asked SQL Azure questions along with a very detailed answer to each of them. read more...

add a comment |category: |Views: 135

tags: another

BLOG CHAT: SQL Injection(blogs.msdn.com)

submitted by tom24tom24(1100) 3 years, 10 months ago

Having a chat about SQL Injection on Friday July 18th. read more...

add a comment |category: |Views: 16

tags: another

Microsoft Security Advisory - SQL Injection(codersbarn.com)

submitted by BognitBognit(2125) 3 years, 11 months ago

Apparently the saga continues; although I don't have exact figures, there was another rise in attacks in May. Suffice to say that Microsoft saw fit to release a security advisory (954462) on Tuesday, 06-24-2008. read more...

add a comment |category: |Views: 5

tags: another

Finding SQL Injection with Scrawlr(communities.hp.com)

submitted by RobrRobr(190) 3 years, 11 months ago

Microsoft worked with the HP Web Security Research group to release the Scrawlr tool. The tool will crawl a website, simultaneously analyzing the parameters of each individual web page for SQL Injection vulnerabilities. This will allow an IT/DB admin to easily find vulnerabilities similar to the ones that have been used to compromise sites in recent attacks. No source code is required to run this tool. From a starting URL, the tool recursively crawls that URL in order to build up a site tree that will be then analyzed for SQL injection vulnerabilities. read more...

add a comment |category: |Views: 19

tags: another

Preventing SQL injection attacks in ASP.NET(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 11 months ago

SQL injection can occur when an application uses input to construct dynamic SQL statements or when it uses stored procedures to connect to the database. Conventional security measures, such as the use of SSL and IPSec, do not protect your application from SQL injection attacks. Successful SQL injection attacks enable malicious users to execute commands in an application's database. You should always be reviewing your code to find these or other security vulnerabilities; remember all type of attacks start with some input, and your first line of defense should be input validation using both client-side and server-side validation. read more...

add a comment |category: |Views: 19

tags: another

Tip/Trick: Guard Against SQL Injection Attacks(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

Scott Guthrie discusses what SQL Injection is and how to prevent it in your applications. read more...

add a comment |category: |Views: 50

tags: another

Preventing SQL Injection Attacks(wwwcoder.com)

submitted by wwwcoderwwwcoder(240) 5 years, 10 months ago

Keep your code secure against intruders. In this article we provide examples of SQL injection attacks and how you can write code to prevent them. Stop people from getting information from your database. read more...

add a comment |category: |Views: 17

tags: another