Skip to content

Commit

Permalink
update ssh login_scanner spec
Browse files Browse the repository at this point in the history
the spec needs to be updated for the non_interactive flag
  • Loading branch information
David Maloney authored and David Maloney committed Jul 14, 2016
1 parent b6b5295 commit 1ea425a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lib/metasploit/framework/login_scanner/ssh_spec.rb
Expand Up @@ -131,6 +131,7 @@
:proxy => factory,
:auth_methods => ['password','keyboard-interactive'],
:password => private,
:non_interactive => true
}
allow(Rex::Socket::SSHFactory).to receive(:new).and_return factory
expect(Net::SSH).to receive(:start).with(
Expand Down

0 comments on commit 1ea425a

Please sign in to comment.