Shelby Pace
Shelby Pace
In the file dropper mixin, the following line times out when attempting to delete a file: https://github.com/rapid7/metasploit-framework/blob/b8f6e2d5490c6b258c479bb038ab1e084c29966a/lib/msf/core/exploit/file_dropper.rb#L240 It looks like the regression was introduced in commit 4f8e435e69817065d5ccb8af177de34070f653c6 with the addition...
Successfully tested and changes look good to me: ``` msf6 exploit(multi/http/jenkins_script_console) > run [*] Started reverse TCP handler on 192.168.140.5:4444 [*] Checking access to the script console [*] Authenticating with...
## Release Notes This updates the `exploit/multi/http/jenkins_script_console` module to use the decoder from the `java.util.Base64` class in place of the now-deprecated decoder from the `sun.misc.BASE64Decoder` class, enabling exploitation of newer...
> What does this mean? ` W:150: 24: Lint/UselessAssignment: Useless assignment to variable - content_disposition.` It typically refers to a variable that's not used anywhere in the module.
Hey, thanks so much for adding this! I've confirmed that the payload no longer writes the file to disk on macOS Monterey 12.5, but I'm consistently getting a segfault upon...
Hi @usiegl00, I tested your latest fix, and that worked for me! I've nothing else to add review-wise except for maybe adding some comments that give more context on the...
Hey, I'm sorry, but I wasn't able to get to this today. I will be out next week, so I can get back to this the following week if no...
Just built the new binary. Tested on 12.5 and 10.12. Both are working great. Will land once tests pass. The two failures in the meterpreter tests are also happening on...
## Release Notes This updates the osx stager to no longer write artifacts to disk when performing in-memory code loading.
#17050 has been landed, so you should be able to rebase and pull in those changes. This is really great, thanks for adding this!