Skip to content

Commit 4c9f44b

Browse files
author
Brent Cook
committed
Revert "Land rapid7#4888, @h00die's brocade credential bruteforcer"
There were some issues with this module that caused backtraces when run outside of msfconsole. Reverting it for now so we can add some specs and ensure that it works like the other login scanners.
1 parent b02e1f6 commit 4c9f44b

File tree

3 files changed

+1
-273
lines changed

3 files changed

+1
-273
lines changed

lib/metasploit/framework/login_scanner/brocade_telnet.rb

Lines changed: 0 additions & 122 deletions
This file was deleted.

lib/msf/core/auxiliary/login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def create_login_ivars
3535
#
3636
# Some of these regexes borrowed from NeXpose, others added from datasets
3737
#
38-
@login_regex = /(?:log[io]n( name|)|user( ?name|id|))\s*\:/i
38+
@login_regex = /(?:log[io]n( name|)|user(name|id|))\s*\:/i
3939
@password_regex = /(?:password|passwd)\s*\:/i
4040
@false_failure_regex = /(?:(^\s*last)\ login *\:|allows only\ .*\ Telnet\ Client\ License)/i
4141
@failure_regex = /(?:

modules/auxiliary/scanner/telnet/brocade_enable_login.rb

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)