HTML link with "noopener" and/or "noreferrer" in Chrome/Chromium results in unexpected behaviour

There are several attacks possible when embedding links with target=”_blank”. This is where rel=”noopener” and rel=”noreferrer” should help.

I am expecting that clicking the following link

<a href=”https://google.com” ta… Continue reading HTML link with "noopener" and/or "noreferrer" in Chrome/Chromium results in unexpected behaviour

Does Strict-Transport Security Header (HSTS) need to be applied to non 200 response pages (e.g. 403, 302)

I have an application that is protected by Cloudflare. The application responds with a HSTS on all of the other pages except HTTP status 403 Forbidden and 302 Moved Temporarily. It seems to be Cloudflare is responsible for it… Continue reading Does Strict-Transport Security Header (HSTS) need to be applied to non 200 response pages (e.g. 403, 302)

Is it possible to bypass USB access restriction placed by the Active Directory? [closed]

I’ve been tasked with an onsite engagement to see what I can find from one of their laptops. They have a policy in place to block USB access through the Active Directory, e.g. When you try to access the USB drive, you will ge… Continue reading Is it possible to bypass USB access restriction placed by the Active Directory? [closed]