Alton Johnson, OSCP, OSCE
Alton Johnson, OSCP, OSCE
Hi @OJ, Thanks for chiming in on this. The current help menu of gobuster says that it can take input from file. Am I missing something or is this just...
> invalid byte sequence in US-ASCII In `common-misspellings.rb`, change line 17 from: ``` @@file_contents=File.readlines($LOAD_PATH.first + "/common-misspellings.txt").delete_if { |line| line =~ /^#/ or line =~ /^[ ]*$/ }.join ``` to ```...
Any updates on this? Having the exact same issue pretty consistently as well. Let me know if I can contribute to the troubleshooting process.
First of all, thank you for this wonderful gem. I'm also having this problem when trying to generate 30k rows of text. As an alternative (and as opposed to increasing...
I haven't taken a look at it just yet, but I'm assuming it's just like a word doc... a bunch of XML files zipped together. However, with word docs you...
I understand there's a new thumbprint, but how exactly do we apply this to the github action? ``` - name: Configure AWS credentials via role assumption uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume:...
Doesn't seem like masscan works with UDP ports. Have read the manual and ran the arguments mentioned in the manual with no luck. Check this out: ``` # masscan 1.1.1.1...
Wow. I actually have the exact same question and was coming here to post it. Glad I'm not the only one. My GitHub actions workflow constantly gives me the same...
Thanks. This might sound ghetto, but as a temporary workaround, I added this to the top of my ruby script: OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE Regards, Alton Sent from my iPhone On...
Yup, lol. Thanks man and will do! Thanks for your work on this project. I love it! Regards, Alton Sent from my iPhone On Aug 13, 2018, at 5:20 PM,...