Brandon McCann

Results 75 comments of Brandon McCann

I ran into a similar but different issue while leveraging this tool. The error I ran into was specifically around `fingerprints.json: too many open files`. I've created a PR which...

Here are some sample results files as requested. > results.txt [GITHUB] isolated-example.github.com [GITHUB] *.github.com > results.json [{"subdomain":"*.github.com","vulnerable":true,"service":"github"},{"subdomain":"isolated-example.github.com","vulnerable":true,"service":"github"}]

I have not seen a log file in the luckystrike directory that I execute the PS script from. Is there a particular way that I should be starting luckystrike with...

sendmail currently does not support SSL/TLS connections, I am working on a new ruby on rails application to address this issue. Thanks

@whowatches sure feel free to fix the script to support encryption because it doesn't currently. It's on my list of things TODO. Once you fix the issue, feel to free...

Hey @flavorjones thanks for the prompt reply here. I certainly thought it could be a memory issue not being able to allocate 3.5gb but that does not seem to be...

The challenge that I've seen with many WYSIWYG editors is that if you apply custom CSS to the HTML content it will override the CSS for the rails application. Not...

Oh yeah, a little role based authentication would go a long ways.

This would require that authorization be implemented throughout the entire application using something like Pundit. Authorization policies would need to be created and added to every controller action to ensure...

Other features need to be implemented first that are hindering functionality including duplicate emails being send via Sidekiq. It's not on the immediate TODO list tbh.