Archive

Posts Tagged ‘Web Applications’

Sahi V3

August 12th, 2010 No comments

Sahi V3: “Sahi is an automation tool to test web applications. Sahi injects javascript into web pages using a proxy and the javascript helps automate web applications.

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…