Skip to content

Commit 4eaf64a

Browse files
author
Tod Beardsley
committed
Don't lie about stop_on_success
This absolutely needs to be honored too, though. See rapid7#4365.
1 parent 51762e1 commit 4eaf64a

File tree

1 file changed

+1
-1
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def each_credential
173173
# {#cred_details}, by calling {#attempt_login} once for each.
174174
#
175175
# If a successful login is found for a user, no more attempts
176-
# will be made for that user, assuming stop_on_success is false.
176+
# will be made for that user.
177177
#
178178
# @yieldparam result [Result] The {Result} object for each attempt
179179
# @yieldreturn [void]

0 commit comments

Comments
 (0)