rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
325 stars 144 forks source link

Is it possible to make python plugin pre-loaded in Meterpreter session? #189

Closed simonpunk closed 8 years ago

simonpunk commented 8 years ago

As I start learning to make use of the python plugin and doing some testing on my VM. So I wonder if there is a faster way to skip the "load python" command at every time I get into the meterpreter session.

Thanks..

OJ commented 8 years ago

You can use stageless payloads and bake the binary in, but you still need to load python to make MSF wire in the python commands. Why not just have an auto-run script on new sessions that does it for you?

simonpunk commented 8 years ago

Thanks, I end up with auto-run script....