Security Basics mailing list archives

RE: XSS Detection


From: "Alan Tatourian" <alan () tatourian com>
Date: Mon, 20 Feb 2012 12:32:05 -0800

You have to start with using tools. CAT.NET should be used for Microsoft's
c# code for example.

You must ensure that all untrusted input is white-listed (you cannot rely on
black-listing) and almost all text displayed in a page, in a cookie, and in
a URL is encoded. Anything violating the previous sentence is a potential
XSS vulnerability. Reviewer can look for it - would become a full time job
if the amount of code is big.

That will not mitigate Cross Site Forgery attacks though.

Alan Tatourian





-----Original Message-----
From: listbounce () securityfocus com [mailto:listbounce () securityfocus com] On
Behalf Of Noel Benito R. Sanidad
Sent: Sunday, February 19, 2012 3:09 PM
To: security-basics () securityfocus com
Subject: XSS Detection

Hello,

I'm new to XSS detection and mitigation. Is there a very reliable way to
detect XSS in source code without using any tool. There are tools for XSS
but they seemed to can detect properly.

Noel Sanidad
PPT

------------------------------------------------------------------------
Securing Apache Web Server with thawte Digital Certificate In this guide we
examine the importance of Apache-SSL and who needs an SSL certificate.  We
look at how SSL works, how it benefits your company and how your customers
can tell if a site is secure. You will find out how to test, purchase,
install and use a thawte Digital Certificate on your Apache web server.
Throughout, best practices for set-up are highlighted to help you ensure
efficient ongoing management of your encryption keys and digital
certificates.

http://www.dinclinx.com/Redirect.aspx?36;4175;25;1371;0;5;946;e13b6be442f727
d1
------------------------------------------------------------------------


------------------------------------------------------------------------
Securing Apache Web Server with thawte Digital Certificate
In this guide we examine the importance of Apache-SSL and who needs an SSL certificate.  We look at how SSL works, how 
it benefits your company and how your customers can tell if a site is secure. You will find out how to test, purchase, 
install and use a thawte Digital Certificate on your Apache web server. Throughout, best practices for set-up are 
highlighted to help you ensure efficient ongoing management of your encryption keys and digital certificates.

http://www.dinclinx.com/Redirect.aspx?36;4175;25;1371;0;5;946;e13b6be442f727d1
------------------------------------------------------------------------


Current thread: