Raphaël Vinot
Raphaël Vinot
Hi! So just a quick update (a lot of the infrastructure changed/is changing) but the features are still the same (all implemented, besides VPN). @waldbauer-certat I'll have a look at...
Current status: * Each `URLNode` has two new features: * `cookies_received`: `List[Tuple[, =, ]]` * `cookies_sent`: `Dict[=] = List[Dict['hostname': , 'uuid': , 'name': , '3rd_party': is_3rd_party]]` It allows to run...
Related: https://github.com/CIRCL/lookyloo/issues/4
It is possible to download the cookies from the hostnode view.
TODO: add a tooltip to every icon (see other examples in `tree.js` -> search `tooltip`)
The har contains some of the relevant values: ``` "_serverPort": 443, "_securityDetails": { "protocol": "TLS 1.2", "subjectName": "alkotoxv.com", "issuer": "R3", "validFrom": 1651043421, "validTo": 1658819420 } ``` But no hash, or...
Related to https://github.com/Lookyloo/lookyloo/issues/95
Yeah, that one is super tricky, the data are stored all over the place and displaying just one path is hard... I'll see what I can do.
Try that: https://scout.readthedocs.io/en/latest/index.html
Hmm this one is weird, because that should be supported just fine by splash, it's not anything new JS wise, even a very old webkit should support it, right? I'll...