mirror of
https://github.com/GH05TCREW/MetasploitMCP.git
synced 2026-07-19 13:36:43 -04:00
[PR #6] [MERGED] Support shell switch in meterpreter session #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/GH05TCREW/MetasploitMCP/pull/6
Author: @DullJZ
Created: 7/14/2025
Status: ✅ Merged
Merged: 7/14/2025
Merged by: @GH05TCREW
Base:
main← Head:main📝 Commits (2)
675b7f2Support shell switch in meterpreter session275bbd3Prevent repeated switching of shell modes.📊 Changes
1 file changed (+29 additions, -7 deletions)
View changed files
📝
MetasploitMCP.py(+29 -7)📄 Description
Fix the problem that
send_session_commandfunction always enters infinite waiting withends_strs=Nonewhileshellcommand is typed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.