AG
AG
As far as I can tell, this is still an issue It's not an issue with openssl.cnf nor does bundling openssl 1.1.1 address it. The DH key size check has...
> > This isn't a bug, it's just a placeholder to explain a PR > > Very much appreciated! > > I wasn't aware broadcast is still used anywhere (really...
@chrysn appreciate the review, thank you! I agree 100% that it's clunky as a flag (I was cringing as I was propagating it through the call tree, ending up with...
> **Is your feature request related to a problem? Please describe.** > > > > When fuzzing APIs we all know and are lazy to FUZZ all `GET`, `POST`, `PUT`,...
> @mzpqnxow > > > > > What I'm not sure of, though, is how often (in practice) OPTIONS actually provides full and honest information (assuming it's supported at all)...
Do you have a specific example of the current link extraction feature failing? That would probably be helpful Otherwise, this is a very non-specific request (like, "do link extraction better")...
> > Do you have a specific example of the current link extraction feature failing? That would probably be helpful您是否有当前链接提取功能失败的具体示例?那可能会有帮助 > > > > > > Otherwise, this is a...
For reference, the regex used by JSFinder is (in Python): pattern_raw = r""" (?:"|') # Start newline delimiter ( ((?:[a-zA-Z]{1,10}://|//) # Match a scheme [a-Z]*1-10 or // [^"'/]{1,}\. # Match...
@JaveleyQAQ I forgot to ask- are you using the latest build? Either master from source, or a package from this repository? If you're using a package manager from a Linux...
> it should extract as many directories in js files as possible. ... within reason, and perhaps with any sort of changes being "opt-in" and/or experimental- to avoid the burden...