fix for ReverseTcp error

Update vax shell_reverse_tcp.rb to fix ReverseTcp NameError
Error:
/opt/metasploit-framework/embedded/framework/modules/payloads/singles/bsd/vax/shell_reverse_tcp.rb:24:in `initialize': uninitialized constant Msf::Handler::ReverseTcp (NameError)

After adding this line the error dissapeared for me and I was able to run msfconsole again.
GSoC/Meterpreter_Web_Console
LouDnl 2018-12-17 19:28:07 +01:00 committed by GitHub
parent 1b581b0c1f
commit 2a69fffa6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
# Current source: https://github.com/rapid7/metasploit-framework # Current source: https://github.com/rapid7/metasploit-framework
## ##
require 'msf/core/handler/reverse_tcp'
module MetasploitModule module MetasploitModule
CachedSize = 100 CachedSize = 100