Raphaël Vinot

Results 149 issues of Raphaël Vinot

Depending on the underlying FS, the processed files might have the executable bit set. I would be good to remove it on the destination key.

Should be used to make sure the metadata are stripped: https://mat.boum.org/

enhancement

The instrumentation is there -> https://oasis-open.github.io/csaf-documentation/tools.html which comes with a downloader: https://github.com/csaf-poc/csaf_distribution/blob/main/docs/csaf_downloader.md One sample source is there: https://wid.cert-bund.de/.well-known/csaf/provider-metadata.json So the goal will be to fetch from a provider, store them...

enhancement
high-priority

We have a few ways to represent what is affected by a vulnerability. Let's go through them with a random CVE (CVE-2023-21825). * [CVE](https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2023-21825) - contains a CPE 2.3 entry:...

good question

Buckle up, this one is fun. It initially came up when this code seemed to detect the capture: https://github.com/Lookyloo/testing/blob/main/website/templates/99.3.compute_hashes.html But it will work just fine when you try to capture...

Give a try to https://github.com/AtuboDad/playwright_stealth

use record_video_dir in new_context -> https://playwright.dev/python/docs/api/class-browser#browser-new-context return it as BytesIO (optional)

### Is your feature request related to a problem? Please describe. Currently, the template just contains a list of redirected URLs https://github.com/Lookyloo/lookyloo/blob/9ffe9f23e9aeebc1686ec12d21e0911f38d9c906/lookyloo/lookyloo.py#L773-L791 It would be nice to have more contextual...

New Features

### Is your feature request related to a problem? Please describe. A duplicate captures on lookyloo doesn't match what we need for the takedown process: * It makes sense to...

New Features