metasploit_in_termux: [BUG] openssl ciphererror

Important Do not duplicate, search your issue before creating one!

Describe the bug After a successfully installation, when I use the command msfconsole, i get this error: `initialize’: unsupported (OpenSSL::Cipher::CipherError)

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: oppo a74 5g
  • OS: Android 11/Coloros 11.1

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (5 by maintainers)

Most upvoted comments

Can you plz give me some easy method to fix the bug i cant understand your method anyone plz help

Can you plz give me some easy method to fix the bug i cant understand your method anyone plz help

Isn’t that just a copy paste?

sed -i '13,15 {s/^/#/}' /data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/hrr_rb_ssh-0.4.2/lib/hrr_rb_ssh/transport/encryption_algorithm/functionable.rb; sed -i '14 {s/^/#/}' /data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/hrr_rb_ssh-0.4.2/lib/hrr_rb_ssh/transport/server_host_key_algorithm/ecdsa_sha2_nistp256.rb; sed -i '14 {s/^/#/}' /data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/hrr_rb_ssh-0.4.2/lib/hrr_rb_ssh/transport/server_host_key_algorithm/ecdsa_sha2_nistp384.rb; sed -i '14 {s/^/#/}' /data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/hrr_rb_ssh-0.4.2/lib/hrr_rb_ssh/transport/server_host_key_algorithm/ecdsa_sha2_nistp521.rb

Just copy paste, and if you ever wonder what is does, then it just comment out few lines in ecdsa_sha2_nistp521.rb and functionable.rb

dont spoonfeed them let them try to understand