Archive

Posts Tagged ‘xss’

Using Cookies For Selective DoS

August 22nd, 2010 No comments

Using Cookies For Selective DoS: ” Read more…

The Top 10 Web Application security vulnerabilities

September 30th, 2009 No comments

The Top 10 Web Application security vulnerabilities
Read more…

Cross Site Scripting (XSS) Explained!

September 21st, 2009 1 comment

Cross Site Scripting (XSS) is a code injection vulnerability found in web applications and is generally used by malicious hackers to hijack a legitimate user’s session with the website. XSS vulnerabilities are caused because of improper validation of user input by the Server and then sending this invalidated input back to the user in some exploitable form. A great resource to track the latest XSS vulnerable software, websites and latest research is XSSed.com

Read more…

Javascript Injection

March 8th, 2009 1 comment

JavaScript Injection Overview
JavaScript is a widely used technology within websites and web based applications. JavaScript can be used for all sorts of useful things and functions. But along with this comes some additional security issues that need to be thought of and tested for. JavaScript can be used not only for good purposes, but also for malicious purposes.

Read more…