timing attack to check if devtools are open
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md
attack.js
index.html

README.md

devtools presence detector

(chrome and firefox, latest versions only)

This is a PoC timing attack of detecting if devtools are open or not on web browsers. It exploits the fact that slow code is generated by the JS VM when a debugger is present.

Live demo at: http://awal.js.org/devtools-timing-attack

License

WTFPL

Author

Awal Garg