mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
Merge pull request #853 from leo0liver/fix-rdp-0002000f
fix rdp response 0002000f not recognised as a failed attempt
This commit is contained in:
commit
2566faee17
1 changed files with 4 additions and 0 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue