From 32a7a406538bdfd695f20c7e40dce3e30b360140 Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Fri, 30 Aug 2019 16:41:32 +0800 Subject: [PATCH] Add myself back to the project --- hydra.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hydra.c b/hydra.c index bdc75c5..6b28ad5 100644 --- a/hydra.c +++ b/hydra.c @@ -217,6 +217,8 @@ char *SERVICES = #define VERSION "v9.1-dev" #define AUTHOR "van Hauser/THC" #define EMAIL "" +#define AUTHOR2 "David Maciejak" +#define EMAIL2 "" #define RESOURCE "https://github.com/vanhauser-thc/thc-hydra" extern char *hydra_strcasestr(const char *haystack, const char *needle); @@ -2094,7 +2096,7 @@ int main(int argc, char *argv[]) { struct sockaddr_in6 *ipv6 = NULL; struct sockaddr_in *ipv4 = NULL; - printf("%s %s (c) 2019 by %s - Please do not use in military or secret service organizations, or for illegal purposes.\n\n", PROGRAM, VERSION, AUTHOR); + printf("%s %s (c) 2019 by %s & %s - Please do not use in military or secret service organizations, or for illegal purposes.\n\n", PROGRAM, VERSION, AUTHOR, AUTHOR2); #ifndef LIBAFP SERVICES = hydra_string_replace(SERVICES, "afp ", ""); strcat(unsupported, "afp ");