Stories recently tagged with 'AntiXSS'

Microsoft AntiXSS Library(dotnethitman.spaces.live.com)

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

The Microsoft Anti-Cross Site Scripting Library is an encoding library, provided by the ASP.NET and Application Consulting & Engineering (ACE) teams at Microsoft, designed to help developers protect their Web-based applications from XSS attacks. XSS can also be called HTML injection attack, it occurs when un-validated user input is inserted into HTML output. This allows the attacker to construct a URL with HTML input and get it executed on the browser in the user's context. This attack can be used to extract cookie information, steal sessions, write new html tags, invoke ActiveX controls, etc. Essentially, anything that can be done with a browser can be done with this attack without the user's knowledge. read more...

add a comment |category: |Views: 29

tags: another

Microsoft Released Anti-XSS 3.0 Beta and CAT.NET CTP (sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

Some information and direct download links of Microsoft new security products for .NET developers: Anti-XSS 3.0 Beta and CAT.NET CTP . read more...

2 comments |category: |Views: 66

tags: another