Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.11 KB

Interstitials bypasser

Description

An extension with access to the "chrome.debugger" API can attach to tabs displaying a security interstitial without requiring higher privileges as such dialogs are loaded in a regular web renderer process outside the "chrome://" scheme (kUnreachableWebDataURL).

An attacker who convinced a user to install a malicious extension can then evaluate a JavaScript expression to modify the security message or skip it altogether when a proceed button is available.

How to use

  1. Install and enable the provided extension
  2. Trigger an interstitial (e.g., by visiting https://expired.badssl.com/ or https://testsafebrowsing.appspot.com/s/phishing.html)

The extension will automatically skip the interstitial while providing some visual feedback.

Timeline