Skip to content

Commit cc2495d

Browse files
committed
Explain fortinet-backdoor -> FortinetBackdoor
1 parent a5d78b8 commit cc2495d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/auxiliary/scanner/ssh/fortinet_backdoor.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def run_host(ip)
4949

5050
ssh_opts = {
5151
port: rport,
52+
# The auth method is converted into a class name for instantiation,
53+
# so fortinet-backdoor here becomes FortinetBackdoor from the mixin
5254
auth_methods: ['fortinet-backdoor'],
5355
non_interactive: true,
5456
config: false,

0 commit comments

Comments
 (0)