I
I
Igor Golov2011-10-23 12:50:35
Programming
Igor Golov, 2011-10-23 12:50:35

Do I need a tool to track and block code injection attempts in ASP .NET WebForms pages?

I have a small project that monitors and blocks code injection attempts in ASP .NET WebForms. Do developers need such functionality?

There is a server control that intercepts requests to the page on which it is located. Requests are handled by the element, XSS and SQL Injection in requests are nullified.
In the plans: issuance of information on attacks to the Web console.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2011-11-18
@Neir0

ASP.NET WebForms already has a similar mechanism built in.
IMHO SQL injections are not very relevant now.
XSS yes, interesting, but I don’t know how acute this problem is.

I
Igor Golov, 2011-11-18
@IgorGolov

In order not to get the feeling of a naked theory, look here: http://geneguardnet.kbyte.ru/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question