set year to 2017

This commit is contained in:
van Hauser 2017-01-19 09:50:31 +01:00
parent f340852655
commit 60c5aff0ea
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# #
# Makefile for Hydra - (c) 2001-2016 by van Hauser / THC <vh@thc.org> # Makefile for Hydra - (c) 2001-2017 by van Hauser / THC <vh@thc.org>
# #
OPTS=-I. -O3 OPTS=-I. -O3
# -Wall -g -pedantic # -Wall -g -pedantic

2
README
View file

@ -1,7 +1,7 @@
H Y D R A H Y D R A
(c) 2001-2016 by van Hauser / THC (c) 2001-2017 by van Hauser / THC
<vh@thc.org> http://www.thc.org <vh@thc.org> http://www.thc.org
many modules were written by David (dot) Maciejak @ gmail (dot) com many modules were written by David (dot) Maciejak @ gmail (dot) com
BFG code by Jan Dlabal <dlabaljan@gmail.com> BFG code by Jan Dlabal <dlabaljan@gmail.com>

View file

@ -1,5 +1,5 @@
/* /*
* hydra (c) 2001-2016 by van Hauser / THC <vh@thc.org> * hydra (c) 2001-2017 by van Hauser / THC <vh@thc.org>
* http://www.thc.org * http://www.thc.org
* *
* Parallized network login hacker. * Parallized network login hacker.
@ -2353,7 +2353,7 @@ int main(int argc, char *argv[]) {
struct sockaddr_in6 *ipv6 = NULL; struct sockaddr_in6 *ipv6 = NULL;
struct sockaddr_in *ipv4 = NULL; struct sockaddr_in *ipv4 = NULL;
printf("%s %s (c) 2016 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) 2017 by %s - Please do not use in military or secret service organizations, or for illegal purposes.\n\n", PROGRAM, VERSION, AUTHOR);
#ifndef LIBPOSTGRES #ifndef LIBPOSTGRES
SERVICES = hydra_string_replace(SERVICES, "postgres ", ""); SERVICES = hydra_string_replace(SERVICES, "postgres ", "");
strcat(unsupported, "postgres "); strcat(unsupported, "postgres ");