mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -07:00
debug
This commit is contained in:
parent
b3bd068334
commit
89fbd9a44d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ int32_t start_rdp(char *ip, int32_t port, unsigned char options, char *miscptr,
|
|||
}
|
||||
|
||||
login_result = rdp_connect(server, port, domain, login, pass);
|
||||
if (debug) hydra_report(stderr, "[DEBUG] rdp reported %08x\n", login_result);
|
||||
switch (login_result) {
|
||||
case 0:
|
||||
// login success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue