Robert Larsen

Results 5 issues of Robert Larsen

We are experiencing a problem with clients with new laptops that come with different types of "vender supplied" malware. The malware modifies browser requests and for websockets it inserts a...

community
in backlog

Meaning that it requires exactly four arguments (including SYS_socketcall_*) and it adds wrong comments.

bug
shellcode
help-wanted

This makes sasquatch build on Ubuntu 22.04

When sending this: ``` Yo ``` ...I get this back: ``` Yo ``` No attributes on the body tag.

The following script: ``` var hoxy = require('hoxy'), proxy = new hoxy.Proxy(); proxy.intercept({ phase : 'response', fullUrl : 'http://:host/game.js', as : 'string' }, function(req, rsp) { console.log('Intercepting'); }); proxy.listen(8080); ```...