Hi Putting aside issues such as the importance of XST, the signal-to-noise ratio in WhiteHat's paper, the importance of XSS at large, and "whose fault is it", I would like to show two variants of the XST attacks, which do not require TRACE support at the server (therefore technically perhaps do not exactly fall under XST...). So assuming some way is found to execute JS at the context of the vulnerable site (whether via XSS or via browser vulnerability), the variants presented below escalate this problem (XSS or browser vulnerability - which can be used to compromise regular cookies) into the ability to compromise HttpOnly cookies and HTTP authentication credentials as well. It should be stressed that the variants cover only particular scenarios, as described below. Here are the variants. I assume that www.vuln.site is the site whose credentials (in the victim's browser) are to be stolen. I assume www.evil.site is a site under the attacker's control. 1. Co-Hosted sites. Let's say we have www.vuln.site, co-hosted (i.e. same IP and port. e.g. two vitual hosts on the same server, or load balancer address) with www.evil.site . Now, assume, through the numerous tricks of cross-domaining the browser, or by XSS, that you manage to run JS in www.vuln.site. And now, let's say that the server does not support TRACE. Here's what you can do: