Archive

Posts Tagged ‘vulnerabilities’

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…

Linux Security Tools

March 9th, 2009 3 comments

Below is list of Linux Security Tools that you must know about as being Linux Administrator.

Read more…