Raphaël Vinot

Results 149 issues of Raphaël Vinot

I'm one of the core developer of [PyCIRCLean](https://github.com/CIRCL/PyCIRCLean) and am looking for a way to integrate support of HWP files. The goal of the library is to search files for...

This one should definitely be implemented as an external module, I just it there to keep track of the changes in my fork: https://github.com/Rafiot/uwhoisd/blob/testing/uwhoisd/__init__.py#L224 https://github.com/Rafiot/uwhoisd/blob/testing/extra/uwhoisd.ini#L1879 Again, it requires redis.

Some servers will blacklist you if do to many queries. The main one I'm aware of is `whois.dns.lu` and I implemented rate limiting that way: https://github.com/Rafiot/uwhoisd/blob/testing/extra/uwhoisd.ini#L1868 https://github.com/Rafiot/uwhoisd/blob/testing/uwhoisd/__init__.py#L152 `whois.dns.lu=1 100` means...

I was reviewing the changes I did in my fork of `uwhoisd` and noticed I changed the logic for `prefixes` and `recursion_patterns`: https://github.com/Rafiot/uwhoisd/blob/testing/extra/uwhoisd.ini#L1903 https://github.com/Rafiot/uwhoisd/blob/testing/extra/uwhoisd.ini#L1925 vs https://github.com/kgaughan/uwhoisd/blob/master/extra/conf.d/prefixes.ini https://github.com/kgaughan/uwhoisd/blob/master/extra/conf.d/recursion-patterns.ini It was a...

First of all, let's make it very clear: the way I use playwright isn't the intended one, but I still think it would be useful for others. Right now, Playwright...

Processing the same file went from 50s to 7s.

:+1: enhancement
olevba
oleform

### Is your feature request related to a problem? Please describe. See: https://snyk.docs.apiary.io/#introduction/overview-and-entities/test-result ### Describe the solution you'd like Implement it. ### Describe alternatives you've considered _No response_ ### Additional...

New Features

### Is your feature request related to a problem? Please describe. Login as admin using LDAP. ### Describe the solution you'd like Something like that: https://github.com/RansomLook/RansomLook/commit/103be35aa2294a4e5af835e618ac5c3a59fc2fa1 ### Describe alternatives you've...

New Features

### Is your feature request related to a problem? Please describe. Reuse captures settings from existing capture when recapturing, instead of just the URL. ### Describe the solution you'd like...

New Features

The slider doesn't work, and the only solution for now is to use the URL with a valid seed. The actual fix will be to have one session per browser.

bug