mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-26 17:41:08 +01:00
3dc014e8ad
This commit adds two new scripts and modifies some of the powershell transport binding functionality. Code has been added that generates valid Metasploit URIs for use with stageless listeners. This means that it's possible to add HTTP/S transports on the fly and have a URL generated that will work with the current architecture of the process. Two new scripts will appear in each of the powershell sessions: * Add-WebTransport - adds http/s transports to the session. * Add-TcpTransport - adds TCP transports to the session. These two scripts are just abstractions on top of the built-in Meterpreter transport binding functionality, but it makes it a lot easier to interact with the feature and makes it more.. er.. Powershelly. The functions come with documnetation, so `Get-Help Add-WebTransport -Full` will show how it's used. From here, people can do some more fun stuff, such as adding init scripts to their stageless payloads that add support for more transports. |
||
---|---|---|
.. | ||
build | ||
lib | ||
MSF.Powershell | ||
.gitignore |