felipewarrener

Results 7 comments of felipewarrener

The PR has been merged for 2 years, how does someone view and update the public branch? It's not something I can find myself? @dguido

Okay, I now see that this is not happening on much lower versions in this tool like Chrome 70. Based on some quick research, it seems the Chrome 108 and...

@rosahaj web application firewalls reject specific fixed fingerprints of some TLS clients, some also enforce that the user-agent string match the JA3 fingerprint, it's harder to find a specific user-agent...

Does this PR address the keep-alive issues in https://github.com/ffuf/ffuf/issues/790 ?

@joohoi there are two issues in issue 790, keep-alive, and tls versions, is there any plan on adding the option to disable keep alive?

@0xXA are you suggesting that ptr('1337') allocates an integer with the value '1337' and then returns a native pointer pointing to that value? I've 'read the docs' and they seem...

@joohoi Is the keep-alive issue solved yet? The goal is to have ffuf ensure it's creating a new connection per request.