Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xss

PHP_SELF and XSS

php xss

Is it possible to XSS exploit JSON responses with proper JavaScript string escaping

Why the cross-domain Ajax is a security concern?

ajax security xss

Why this error in dev console of chrome when using x-xss-protection?

security header xss

Which browsers do support HttpOnly cookies?

HTML: Should I encode greater than or not? ( > > )

html encoding xss

IE8 XSS filter: what does it really do?

internet-explorer-8 xss

Allow All Content Security Policy?

XSS filtering function in PHP

php filter xss

Can someone explain this SQL injection attack to me?

Is it really insecure to build HTML strings in Javascript?

javascript html security xss

Chrome: ERR_BLOCKED_BY_XSS_AUDITOR details

google-chrome xss

What is the difference between AntiXss.HtmlEncode and HttpUtility.HtmlEncode?

Cross Site Scripting in CSS Stylesheets

css xss

Today's XSS onmouseover exploit on twitter.com

How exactly do you configure httpOnlyCookies in ASP.NET?

asp.net cookies xss httponly

Is it safe to use $.support.cors = true; in jQuery?

jquery xss security

Is strip_tags() vulnerable to scripting attacks?

php html security xss strip-tags

CSRF, XSS and SQL Injection attack prevention in JSF

jsf xss sql-injection csrf owasp

When is it best to sanitize user input?