rapid7 / metasploit-framework

Metasploit Framework
https://www.metasploit.com/
Other
34.19k stars 13.99k forks source link

Does msfconsole can run command "set SessionRing true" ? #17824

Closed ZhiboWong closed 1 year ago

ZhiboWong commented 1 year ago

Summary

Does msfconsole on Windows can run command set SessionRing true as ChatGPT4 telling me ?

Relevant information

I run msf6 exploit(multi/handler) on Windows to listen reverse shell. But I am afraid missing captured session because I minimize cmd. So I ask ChatGPT4 : "How can I never miss captured session?" ChatGPT4 :"You can run set SessionRing true "
However, in my practice, I did not hear any ring when I captured new session . And I ask ChatGPT4 :“Which msfconsole versions on Windows can run set SessionRing true ?” ChatGPT4 :"The SessionRing feature was introduced in version 5.0 of the Metasploit Framework. Therefore, any Metasploit Framework version 5.0 and higher should support the set SessionRing true command. To ensure that your Metasploit version supports this feature, be sure to keep your Metasploit Framework up-to-date. To check the version of Metasploit you are currently running, type the version command in the msfconsole. This will display the version information of the Metasploit Framework. If your version is lower than 5.0, please follow the provided instructions to update your Metasploit Framework. " Does set SessionRing true has been removed in Framework: 6.2.8 & Console : 6.2.8 ?

bcoles commented 1 year ago

Use the sounds plugin.

SessionRing was never a valid option for Metasploit.

ZhiboWong commented 1 year ago

Use the sounds plugin.

SessionRing was never a valid option for Metasploit.

Sorry, I do not how to use plugins. I set setg SOUND_NEW_SESSION C:/Users/Gilbert/Music/Hack_Alert.wav When I capture a session , there is a err 系统找不到指定的路径。 #Mean System can not find Specified path What should I do?

bcoles commented 1 year ago

The sounds plugins loads WAV files from ./data/sounds/default/ by default.