且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

asp.net中跨站点脚本的测试代码

更新时间:2023-09-11 22:14:28

这是一个非常不错的安全视频,其中显示了一些MVC安全技术和功能. XSS攻击他们的方式.

http://channel9.msdn.com/Events/MIX/MIX10/FT05 [ ^ ]

它是MVC专用的,但是利用漏洞的技术是相同的


hi I am working with asp.net,can any one give me some scripting code which are responsible for Cross-Site scripting.After googling more than 2hr I am only able to find <script>alert("hello")</script> type of scripting code.Please give me some script code other than this.

Thanks
Prafulla

This is a pretty good security video which shows some MVC security techniques & ways they are attacked using XSS.

http://channel9.msdn.com/Events/MIX/MIX10/FT05[^]

It''s MVC specific, but the techniques for exploits would be the same