Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when using webconsole #18871

Merged

Conversation

adfoster-r7
Copy link
Contributor

@adfoster-r7 adfoster-r7 commented Feb 21, 2024

Closes #18856
Additional changes from #18761

Fixes a crash when using Metasploit's webconsole

Verification

Ensure that the user message notification still works when the smb session flag is enabled:

msf6 auxiliary(scanner/mysql/mysql_hashdump) > use auxiliary/scanner/smb/smb_login
[*] New in Metasploit 6.4 - The CreateSession option within this module can open an interactive session
msf6 auxiliary(scanner/smb/smb_login) > 

@dwelch-r7 dwelch-r7 self-assigned this Feb 21, 2024
Copy link
Contributor

@dwelch-r7 dwelch-r7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it's working for me

msf6 auxiliary(scanner/smb/smb_enumshares) > use smb_login

Matching Modules
================

   #  Name                             Disclosure Date  Rank    Check  Description
   -  ----                             ---------------  ----    -----  -----------
   0  auxiliary/scanner/smb/smb_login  .                normal  No     SMB Login Check Scanner


Interact with a module by name or index. For example info 0, use 0 or use auxiliary/scanner/smb/smb_login

[*] Using auxiliary/scanner/smb/smb_login
[*] New in Metasploit 6.4 - The CreateSession option within this module can open an interactive session
msf6 auxiliary(scanner/smb/smb_login) >

@dwelch-r7 dwelch-r7 merged commit cc565a1 into rapid7:master Feb 21, 2024
47 of 48 checks passed
@dwelch-r7 dwelch-r7 added the rn-fix release notes fix label Feb 21, 2024
@dwelch-r7
Copy link
Contributor

Release Notes

Fixes a crash when using the webconsole

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn-fix release notes fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

web console
2 participants