mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-20 20:37:27 +01:00
ffbd2a8aad
The meterpreter API wants arguments in a seperate string (not an array, mind you) just so it can concatenate them on the server side. Originally, I worked around that by using Shellwords.shellwords to pull out the first token. But! Shellwords.shellwords inexplicably and inexcusably removes backslashes in ways that make it impossible to quote things on Windows. This commit works around both of those things. |
||
---|---|---|
c/meterpreter |