Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/scripts/shell/migrate.rb
21517 views
1
#
2
# Simply print a message that migrating is not supported on CommandShell sessions...
3
#
4
# -jduck
5
#
6
7
print_error("Error: command shell sessions do not support migration")
8
9