mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
print test username
This commit is contained in:
parent
13942efbbd
commit
43c9ab09e5
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ int service_ssh_init(char *ip, int sp, unsigned char options, char *miscptr, FIL
|
|||
ssh_session session = ssh_new();
|
||||
|
||||
if (verbose || debug)
|
||||
printf("[INFO] Testing if password authentication is supported by ssh://%s:%d\n", hydra_address2string(ip), port);
|
||||
printf("[INFO] Testing if password authentication is supported by ssh://%s@%s:%d\n", miscptr == NULL ? "hydra" : "miscptr", hydra_address2string(ip), port);
|
||||
ssh_options_set(session, SSH_OPTIONS_PORT, &port);
|
||||
ssh_options_set(session, SSH_OPTIONS_HOST, hydra_address2string(ip));
|
||||
if (miscptr == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue