Fix spelling error

This commit is contained in:
Daniel Echeverry 2019-01-07 18:45:29 -05:00
parent 7565756c33
commit 238d9d8bb5

View file

@ -153,7 +153,7 @@ int32_t service_rpcap_init(char *ip, int32_t sp, unsigned char options, char *mi
buf = hydra_receive_line(sock); buf = hydra_receive_line(sock);
if (strstr(buf, "NULL autentication not permitted") == NULL) { if (strstr(buf, "NULL authentication not permitted") == NULL) {
hydra_report(stderr, "[!] rpcap error or no need of authentication!\n"); hydra_report(stderr, "[!] rpcap error or no need of authentication!\n");
free(buf); free(buf);
return 1; return 1;