-
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 23, 2022
·
4 revisions
If you have an existing session, either Meterpreter, an SSH, or a basic command shell - you can open a new Meterpreter session with:
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
- 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.