Asp.net anti-SQL injection methods and instance code applications (1/4)

Source: Internet
Author: User
Tags sql injection methods

Asp.net anti-SQL injection methods and instance code applications

Asp tutorial. net anti-SQL injection methods and instance Code Application
Clear Request Method injection Problems

Static string [] get_ SQL _a ()
{
String SQL _1 = "exec | insert + | select + | delete | update | count | master + | truncate | char | declare | drop + table | creat + table ";
String [] SQL _c = SQL _1.Split (char. Parse ("| "));
Return SQL _c;
}

Static string [] get_ SQL _ B ()
{
String SQL _2 = "exec + | insert + | delete + | update + | count (| count + | chr + | + mid (|+ | + master + | truncate + | char + | + char (| declare + | drop + | creat + | drop + table | creat + table ";
String [] SQL _c = SQL _2.Split (char. Parse ("| "));
Return SQL _c;
}

/// <Summary>
/// Automatically clear SQL Injection problems and Display error messages. Add the Application_BeginRequest (Obect sender, EventArgs e) event to the global variable. Call this method. 1 2 3 4

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.