How to exploit jquery vulnerability of website using older version of jquery?

I got stuck on a jquery a vulnerability in a site (that I founded through an automatic scan). That site is using an old version of jquery which is vulnerable. But I don’t know how to exploit that vulnerability. The vulnerability is cve-202… Continue reading How to exploit jquery vulnerability of website using older version of jquery?

Is it better to disable X-XSS-Protection header or set the header as X-XSS-Protection: 0?

Because X-XSS-Protection header is now not supported by major browsers I wonder what option is better, to delete this header or to set the header as X-XSS-Protection: 0?

Because browsers do not support this header I think the better optio… Continue reading Is it better to disable X-XSS-Protection header or set the header as X-XSS-Protection: 0?

How to reliably detect Browser Exploitation Attacks with BeEF and other JavaScript hooking packages?

"Unlike other security frameworks, BeEF looks past the hardened network perimeter and client system, and examines exploitability within the context of the one open door: the web browser. BeEF will hook one or more web browsers and use… Continue reading How to reliably detect Browser Exploitation Attacks with BeEF and other JavaScript hooking packages?