1.

How Easily Can I Customize The Meterpreter And Passivex Payloads?

Answer»

The METERPRETER supports any language that can compile code into a DLL. Once you understand the simple Type-Length-Value protocol specification required by the Meterpreter, you can easily CREATE extensions.These can then be UPLOADED and executed on the fly on the remote system.

For PassiveX payloads, you could write your own ActiveX control and have that LOADED by the Internet Explorer of the remote system.

The Meterpreter supports any language that can compile code into a DLL. Once you understand the simple Type-Length-Value protocol specification required by the Meterpreter, you can easily create extensions.These can then be uploaded and executed on the fly on the remote system.

For PassiveX payloads, you could write your own ActiveX control and have that loaded by the Internet Explorer of the remote system.



Discussion

No Comment Found