We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854ac67 commit a5d78b8Copy full SHA for a5d78b8
modules/auxiliary/scanner/ssh/fortinet_backdoor.rb
@@ -3,6 +3,9 @@
3
# Current source: https://github.com/rapid7/metasploit-framework
4
##
5
6
+# XXX: This shouldn't be necessary but is now
7
+require 'net/ssh/command_stream'
8
+
9
class MetasploitModule < Msf::Auxiliary
10
include Msf::Exploit::Remote::SSH
11
include Msf::Exploit::Remote::Fortinet
0 commit comments