-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Update to Ruby 3.2 #19573
Merged
Merged
Update to Ruby 3.2 #19573
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adfoster-r7
force-pushed
the
update-to-ruby-3.2
branch
3 times, most recently
from
October 18, 2024 21:01
4f30629
to
d9a2dba
Compare
Release NotesUpdates Metasploit to Ruby 3.2.5 |
retest this please |
No issues on my Mac here: HEAD is now at d9a2dba3fa Update to Ruby 3.2
> rvm install ruby-3.2.5
Installing Ruby from source to: ...
...
Install of ruby-3.2.5 - #complete
> bundle
Bundler 2.4.19 is running, but your lockfile was generated with 2.5.10. Installing Bundler 2.5.10 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
...
> bundle exec 'ruby ./msfconsole -q'
msf6 > irb
[*] Starting IRB shell...
[*] You are in the "framework" object
RUBirb: warn: can't alias jobs from irb_jobs.
>> RUBY_DESCRIPTION
=> "ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-darwin23]"
> cat ~/.bundle/config
---
|
adfoster-r7
force-pushed
the
update-to-ruby-3.2
branch
from
November 4, 2024 16:08
d9a2dba
to
69dabe6
Compare
cgranleese-r7
approved these changes
Nov 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Console boots for me when using ruby-3.2.5
👍
metasploit-framework (69dabe6) [$] via desktop-linux via v3.2.5 via ⍱ took 23s
❯ rvm list
ruby-2.1.5 [ x86_64 ]
ruby-2.5.1 [ x86_64 ]
ruby-2.6.3 [ x86_64 ]
ruby-2.6.6 [ x86_64 ]
* ruby-2.7.2 [ x86_64 ]
ruby-3.0.0 [ x86_64 ]
ruby-3.0.2 [ x86_64 ]
ruby-3.0.5 [ x86_64 ]
ruby-3.1.4 [ x86_64 ]
ruby-3.1.5 [ x86_64 ]
ruby-3.1.6 [ x86_64 ]
ruby-3.2.0 [ x86_64 ]
=> ruby-3.2.5 [ x86_64 ]
ruby-3.3.0-preview1 [ x86_64 ]
# => - current
# =* - current && default
# * - default
metasploit-framework (69dabe6) [$] via desktop-linux via v3.2.5 via ⍱
❯ bundle exec ruby ./msfconsole
Metasploit tip: You can use help to view all available commands
[*] New in Metasploit 6.4 - The CreateSession option within this module can open an interactive session
. .
.
dBBBBBBb dBBBP dBBBBBBP dBBBBBb . o
' dB' BBP
dB'dB'dB' dBBP dBP dBP BB
dB'dB'dB' dBP dBP dBP BB
dB'dB'dB' dBBBBP dBP dBBBBBBB
dBBBBBP dBBBBBb dBP dBBBBP dBP dBBBBBBP
. . dB' dBP dB'.BP
| dBP dBBBB' dBP dB'.BP dBP dBP
--o-- dBP dBP dBP dB'.BP dBP dBP
| dBBBBP dBP dBBBBP dBBBBP dBP dBP
.
.
o To boldly go where no
shell has gone before
=[ metasploit v6.4.31-dev-69dabe6817 ]
+ -- --=[ 2459 exploits - 1265 auxiliary - 430 post ]
+ -- --=[ 1468 payloads - 49 encoders - 11 nops ]
+ -- --=[ 9 evasion ]
Metasploit Documentation: https://docs.metasploit.com/
msf6 auxiliary(scanner/smb/smb_login) >
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates Metasploit to Ruby 3.2.5
This aligns Metasploit and the omnibus installer to now be on the same version rapid7/metasploit-omnibus#211
Verification