bcoles

Results 254 comments of bcoles

Bash 4.0+ is required. The comment you're referring to: > To avoid these kind of errors I've added bash version checking on script's startup. 4.0 is needed for associative arrays,...

Hi @sempervictus If I understand correctly, it wouldn't take much effort. First, some background, to ensure we're on the same page. ### Design SSRF Proxy is designed to be used...

Neglected to mention, in addition to providing a HTTP request to SSRF Proxy as input, and retrieving the appropriately formatted HTTP request as output, the same can be done with...

The HTTP objects in the above example aren't stdlib objects. Request object is a struct `Struct.new(:url, :method, :headers, :body)` : ``` 'url' # [String] client request destination URL 'method' #...

I think it would be best to wait until I've finished refactoring. It seems the direction the project is heading is in line with what you need. This will take...

I'm guessing this is probably a legitimate bug due to recent changes to SSH libraries. Removing `stale` label, but making no personal commitment to review this issue.

This module was written in 2012 had no major updates after December 2013. [Mozilla changed the extension format in 2015](https://blog.mozilla.org/addons/2015/08/21/the-future-of-developing-firefox-add-ons/) which broke extension backwards compatibly. In particular, addons must now...

I've updated the module documentation in PR #16983 to describe the scenarios in which this modules is expected to work correctly. The Firefox extension format changed in ~2017 (see reference...

> Exploit aborted due to failure: bad-config: Session/Target Arch mismatch; WOW64 not supported > Architecture : x64 > Meterpreter : x86/windows > How to solve such a problem? Try using...

> [*] 10.5.132.115:445 - Selected Target: Windows XP SP3 English (AlwaysOn NX) That likely isn't going to end well, given that the payload suggests `No NX or Win7`. https://github.com/rapid7/metasploit-framework/blob/172ee9a73bc44b972360a494697c8f0ea7789a7b/modules/payloads/stagers/windows/reverse_ord_tcp.rb#L20 Although...