Recent Posts

Microsoft security updates for October 2007

Microsoft’s released six security updates and re-released one for this month. 1.MS07-055 – addresses a vulnerability in Windows (KB 923810)Vulnerability in Kodak Image Viewer Could Allow Remote Code ExecutionSeverity Rating: Critical2.MS07-056 – addresses a vulnerability in Windows (KB 941202)Security Update for Outlook Express and Windows MailSeverityRating: Critical3.MS07-057 – addresses a vulnerability in Windows (KB 939653)Cumulative …

Read More »

XSS Attack Techniques

XSS attacks can be perform in two different ways, non-persistent and persistent. Non-persistent attacks require a user to visit a specially crafted link laced with malicious code. Upon visiting the link, the code embedded in the URL will be echoed and executed within the user’s web browser. Persistent attacks occur when …

Read More »

All about Cross Site Scripting(XSS)

Today Websites becomes much more complex than ever, containing a lot of dynamic content making the experience for the user more enjoyable. Dynamic content is achieved through the use of web applications which can deliver different output to a user depending on their settings and needs. As we know this …

Read More »