Quotidien Shaarli

Tous les liens d'un jour sur une page.

May 15, 2024

Can I take Your Subdomain? Exploring Same-Site Attacks in the Modern Web | Can I Take Your Subdomain?
thumbnail

Related-domain attackers control a sibling domain of their target web application, e.g., as the result of a subdomain takeover. Despite their additional power over traditional web attackers, related-domain attackers received only limited attention from the research community. In this paper we define and quantify for the first time the threats that related-domain attackers pose to web application security. In particular, we first clarify the capabilities that related-domain attackers can acquire through different attack vectors, showing that different instances of the related-domain attacker concept are worth attention. We then study how these capabilities can be abused to compromise web application security by focusing on different angles, including cookies, CSP, CORS, postMessage, and domain relaxation. By building on this framework, we report on a large-scale security measurement on the top 50k domains from the Tranco list that led to the discovery of vulnerabilities in 887 sites, where we quantified the threats posed by related-domain attackers to popular web applications.

Bonnes pratiques pour les scripts PowerShell
thumbnail

Cet article regroupe un ensemble de bonnes pratiques à respecter pour l'écriture des scripts PowerShell : commentaire, indentation, code aéré, alias, etc.