Meterpreter Modules
Last updated
Regular shells can usually be upgraded to meterpreter shells by using the module post/multi/manage/shell_to_meterpreter
It's well known to extract plaintexts passwords, hash, PIN code and kerberos tickets from memory.
Loads windows powershell in meterpreter
This will determine if we're in a VM
This will check for various exploits which we can run within our session to elevate our privileges.
used for pivoting, can add routing, it is a command in meterpreter shell like run autoroute -h
This will list out users and their rights
auxiliary/server/socks_proxy : to start a proxy server out of current session
post/windows/gather/enum_applications : Enumerate the installed applications on the target machine
post/multi/gather/firefox_creds : dumps the firefox stored credentials from the machine
The psexec module is often used by penetration testers to obtain access to a given system that you already know the credentials for.
Last updated