shefo
shefo
Hello, I have a special test case and this tool is perfect to it, except that I need “proxy” support during crawling. Thanks!
### Which package is the feature request for? If unsure which one to select, leave blank None ### Feature PlaywrightCrawler enqueueLinks has two properties: "regexps" and "exclude". however only "regexps"...
Hi, Sometimes when fuzzing with ffuf and having millions of requests, due to instability in the network state (or the server being fuzzed), some requests starts to timeout throwing 500...
Hi, Thanks for implementing brotli and deflate in #712. I think we can expand on this further to handle more use cases. * [zstandard](https://github.com/facebook/zstd) decompression support, RFC8478 (Accept-Encoding: zstd) *...
Hi, HTTP/1.1 supports HTTP Pipelining which can (sometimes) increase the speed of brute forcing. It's implemented in [Turbo Intruder](https://portswigger.net/research/turbo-intruder-embracing-the-billion-request-attack). some people have achieved blazingly fast scans with it. Thanks
Hi, the tool is great, however it won't work in all cases. For example in Facebook servers if the "Upgrade: websocket" request is intercepted it will throw "400 Bad Request"...