From 238d9d8bb586a80d9f5e8525351bd44d9f880ce7 Mon Sep 17 00:00:00 2001 From: Daniel Echeverry Date: Mon, 7 Jan 2019 18:45:29 -0500 Subject: [PATCH] Fix spelling error --- hydra-rpcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-rpcap.c b/hydra-rpcap.c index 2fa4956..a1cb9d3 100644 --- a/hydra-rpcap.c +++ b/hydra-rpcap.c @@ -153,7 +153,7 @@ int32_t service_rpcap_init(char *ip, int32_t sp, unsigned char options, char *mi 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"); free(buf); return 1;