Skip to content

Commit 1ea425a

Browse files
David MaloneyDavid Maloney
authored andcommitted
update ssh login_scanner spec
the spec needs to be updated for the non_interactive flag
1 parent b6b5295 commit 1ea425a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/lib/metasploit/framework/login_scanner/ssh_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
:proxy => factory,
132132
:auth_methods => ['password','keyboard-interactive'],
133133
:password => private,
134+
:non_interactive => true
134135
}
135136
allow(Rex::Socket::SSHFactory).to receive(:new).and_return factory
136137
expect(Net::SSH).to receive(:start).with(

0 commit comments

Comments
 (0)