You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msf-metasm_shell
type "exit" or "quit" to quit
use ";" or "\n" for newline
type "file <file>" to parse a GAS assembler source file
/usr/share/metasploit-framework/lib/rex/ui/text/shell.rb:180:in `ensure in run': undefined method `history_manager' for nil:NilClass (NoMethodError)
from /usr/share/metasploit-framework/lib/rex/ui/text/shell.rb:181:in `run'
from /usr/share/metasploit-framework/tools/exploit/metasm_shell.rb:172:in `<main>'
/usr/share/metasploit-framework/lib/rex/ui/text/shell.rb:133:in `run': undefined method `history_manager' for nil:NilClass (NoMethodError)
from /usr/share/metasploit-framework/tools/exploit/metasm_shell.rb:172:in `<main>'
The bug was introduced by the following commit a60e048 . Reverting it makes the command work again.
For now I've included a patch in kali's package to fix it and be able push the latest version 6.3.36 to our repo
Metasploit version
6.3.36 but also with latest changes from this repo
The text was updated successfully, but these errors were encountered:
The bug was introduced by the following commit a60e048 . Reverting it makes the command work again.
For now I've included a patch in kali's package to fix it and be able push the latest version 6.3.36 to our repo
Metasploit version
6.3.36 but also with latest changes from this repo
The text was updated successfully, but these errors were encountered: