Skip to content

Commit a5d78b8

Browse files
committed
Add require for Net::SSH::CommandStream
1 parent 854ac67 commit a5d78b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/auxiliary/scanner/ssh/fortinet_backdoor.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

6+
# XXX: This shouldn't be necessary but is now
7+
require 'net/ssh/command_stream'
8+
69
class MetasploitModule < Msf::Auxiliary
710
include Msf::Exploit::Remote::SSH
811
include Msf::Exploit::Remote::Fortinet

0 commit comments

Comments
 (0)