fix rdp response 0002000f not recognised as a failed attempt

This commit is contained in:
leo 2023-06-09 20:43:21 +12:00
parent 2073f04850
commit a0565e1abe

View file

@ -76,6 +76,10 @@ int32_t start_rdp(char *ip, int32_t port, unsigned char options, char *miscptr,
// login failure
hydra_completed_pair();
break;
case 0x0002000f:
// login failure
hydra_completed_pair_skip();
break;
case 0x0002000d:
hydra_report(stderr,
"[%d][rdp] account on %s might be valid but account not "