terjanq

Results 12 comments of terjanq

``` Function.prototype.toString = function(){ if(this === Function.prototype.toString) return _toString.call(_toString); if(this === window.WebSocket.prototype.send) return _toString.call(proxiedSend); return _toString.call(this); } ``` That's the part of the code which was used to protect `proxiedSend.toString()`...

All I figured out is that packet [2, x] doesn't update current game, but it creates leaderboard and new objects in game, so i guess packet [0, x] updates what...

Hey, I've been having this PR on my todo list because I don't quite understand it. There are some references to outside articles but I think it's impossible to learn...

I haven't worked with submodules so I CC @empijei for this change.

Good point. We wanted to have as simple example as possible, the popup will increase the complexity significantly. The other example could be Cache-Probing, but I feel that this is...

Yeah awesome idea, I tried to develop a PoC a few times and it's not easy. ```js // First tab for(let i=0; i

> @terjanq do you think it would be possible to create a traffic monitor in javascript? > That shows the time, duration and maybe host of each network request in...

You are suggesting that from two different origins two requests can end up in the same http/2 stream? That would be wild. I don't know if that's possible but if...

I think the PoC would be for https://xsleaks.dev/docs/attacks/timing-attacks/execution-timing/#timing-the-event-loop, correct? We definitely could add a snippet there.