SSH - brute forcing

Hey there

I am wondering if someone implemented Login_By_Password_Guesser from the default ssh-bruteforcing since the script is not complete.

Thank you

Any thoughts ? This is the part of the script about the “Login_By_Password_Guesser”

export {
redef enum Notice::Type += {
## Indicates that a host previously identified as a “password
## guesser” has now had a successful login
## attempt. This is not currently implemented.
Login_By_Password_Guesser,
};