mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
Fix spelling error
This commit is contained in:
parent
7565756c33
commit
238d9d8bb5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue