OJ Reeves
OJ Reeves
At the moment we support HTTP/S proxies, but we don't support SOCKS from what I can tell. I have tried making use of the environment variables but this doesn't work....
Lots of people want to know why `gobuster` doesn't support recursion. I need to add my rationale to the README so that I don't have to type it out every...
It'd be handy to add a "grep" like feature that let's the users filter the results based on pages that have certain content. For example, if you're interested in pages...
I might be doing this wrong, but if I attempt to clone a repo that only has a `develop` branch and then try to start a feature using `git flow...
Both of the feed templates, RSS and Atom, reference `bf.config.blog.url` which I believe is incorrect (and hence is coming through as `None` in the generated feed). They should instead reference...
Hi All, I've just had the most recent version of the application installed on my Pixel2XL, and now it just consistently crashes on start. I'm not sure why this is...
I've been looking to use these two devices in an application and I believe the current implementations are incorrect. The `ForwarderDevice` is part of the PUB-SUB pattern, which means that...
The default timeout for Meterpreter commands needs to be adjusted for things like the Python extension commands because these things stand a good chance of being long-running. It'd be handy...
When running an agent in a macho binary, we have an issue where any modules that make use of `sys.argv` (directly or indirectly through dependencies) fail because `sys.argv` hasn't been...