paulirish / headless-cat-n-mouse

Is headless chrome currently detectable? Let's pit the detections and detection evasions against eachother.
Apache License 2.0
645 stars 56 forks source link

Detect proxy object #9

Closed FWeinb closed 6 years ago

FWeinb commented 6 years ago

This was trickery than I thought and should not even be possible. As described here proxies should achieve transparent virtualization but it looks like chrome is leaking the implementation via three properties ([[Handler]], [[Target]] and [[IsRevoked]]).

Detectors are winning again!

paulirish commented 6 years ago

Ha! That's a nice hack. 👍