By tag: XSS
0
kicks
jqGrid and XSS Security
How to protect your site against XSS attacks when using the jqGrid jQuery plug-in.
0
kicks
Microsoft Anti-Cross Site Scripting Library V3.0 Beta
AntiXSS 3.0 helps you to protect your current applications from cross-site scripting attacks, at the same time helping you to protect your legacy application with its Security Runtime Engine
0
kicks
The Perfect Storm Botnet
Rob Conery talks about the power of a bot net and why developers should be aware of XSS attacks and other nasties should an app be allowing users to post into the system.
0
kicks
How to Search And Replace values in SQL across All Tables
My website got hacked. I got several html code injections inside the database. Here is how i fixed the issue very quickly.
0
kicks
ASP.NET MVC: Prevent XSS with automatic HTML encoding
Tired of having to remember to HTML-encode all your strings to prevent cross-site-scripting? Here's a way to change the ASPX page compilation process so that output is correctly encoded by default.
0
kicks
alert(“XSS”)
XSS? What is XSS? Well, to cut it short XSS is the abbreviation of Cross Site Scripting but the C have been replaced with X because CSS already means Cascaded Style Sheets plus XSS is a much cooler name ;) so what is XSS again?
0
kicks
Video: Hacking SQL Server
In this presentation at the Jacksonville SQL Server Users Group, Bayer White playS the part of a developer protecting his application and Brian Knight attempts to hack his application using SQL Injection and cross-site scripting. Then, Bayer will show you how to protect yourself from the hacker and ...