browser bypass methods for you skids
This repo demonstrates common methods for bypassing browser-based content filters and restrictions. Each link below opens a standalone demo, if you have any issues or requests, make an issue on the repo.
Warning: Some demos may be blocked by network or server settings!
Warning: Some demos may be blocked by network or server settings!
Demos
-
Data URL (encoded HTML)
Embeds HTML using adata:text/html;base64,...
URL. Use the HTML to Base64 converter to generate one. (By the way, this one can only fetch static HTML data
Open Demo -
Double Iframe Embedding
Nests two iframes for testing filter depth or sandboxing.
Open Demo -
Framely (X-Frame-Options Bypass)
Uses a third-party service to embed sites that block iframes.
Open Demo -
HTML to Base64 Data URL Generator
Quickly convert any HTML snippet to a base64-encoded string usable indata:text/html;base64,...
URLs.
Open Tool -
JavaScript
window.open()
Opens a site in a new tab/window via JavaScript.
Open Demo -
Meta Refresh Redirect
Instantly redirects to a target site using a<meta>
tag.
Open Demo -
Object tags
Uses<object>
and<embed>
elements instead of<iframe>
because some filters auto block iframes.
Open Demo -
Reverse Proxy (croxyproxy)
Accesses remote sites via a public proxy to evade network blocks. (broken rn, give me a solution if u want.)
Open Demo -
SVG with
<foreignObject>
Embeds HTML (including iframes) inside an SVG canvas.
Open Demo -
Single embed
I think you know how it works.
Open Demo