4 ms·
If it crashes it, there may be an attack vector here!
by MagicPropmaker 7y ago
If it crashes it, there may be an attack vector here!
- wybiral 7y agoIf you really want to crash a Firefox browser without JS, there's this: https://fan-pages.herokuapp.com/ https://fan-pages.herokuapp.com/ It basically keeps sending iframe's with data URL's for download, see code: https://github.com/wybiral/crash https://github.com/wybiral/crash On Chrome it blocks request popups after the first but FF usually crashes (even Tor Browser). The interesting thing about this is that you can keep the connection open as long as you want and then send the iframes on command.
- chipperyman573 7y ago>The interesting thing about this is that you can keep the connection open as long as you want and then send the iframes on command. What do you mean?
- wybiral 7y agoIf I'm operating the server I can keep the connection open to your browser and wait until sending the iframes to crash you. So combined with other tracking techniques (to tell if a tab is still open) you can crash their browser and see which other tabs close.