Skip to content

Commit

Permalink
welcome 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jan 3, 2023
1 parent 985046a commit c6a3f77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Makefile for Hydra - (c) 2001-2022 by van Hauser / THC <[email protected]>
# Makefile for Hydra - (c) 2001-2023 by van Hauser / THC <[email protected]>
#
WARN_CLANG=-Wformat-nonliteral -Wstrncat-size -Wformat-security -Wsign-conversion -Wconversion -Wfloat-conversion -Wshorten-64-to-32 -Wuninitialized -Wmissing-variable-declarations -Wmissing-declarations
WARN_GCC=-Wformat=2 -Wformat-overflow=2 -Wformat-nonliteral -Wformat-truncation=2 -Wnull-dereference -Wstrict-overflow=2 -Wstringop-overflow=4 -Walloca-larger-than=4096 -Wtype-limits -Wconversion -Wtrampolines -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fno-common -Wcast-align
Expand Down
2 changes: 1 addition & 1 deletion hydra.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "HYDRA" "1" "01/01/2022"
.TH "HYDRA" "1" "01/01/2023"
.SH NAME
hydra \- a very fast network logon cracker which supports many different services
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions hydra.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* hydra (c) 2001-2022 by van Hauser / THC <[email protected]>
* hydra (c) 2001-2023 by van Hauser / THC <[email protected]>
* https://github.com/vanhauser-thc/thc-hydra
*
* Parallized network login hacker.
Expand Down Expand Up @@ -2186,7 +2186,7 @@ int main(int argc, char *argv[]) {
struct sockaddr_in6 *ipv6 = NULL;
struct sockaddr_in *ipv4 = NULL;

printf("%s %s (c) 2022 by %s & %s - Please do not use in military or secret "
printf("%s %s (c) 2023 by %s & %s - Please do not use in military or secret "
"service organizations, or for illegal purposes (this is non-binding, these *** ignore laws and ethics anyway).\n\n",
PROGRAM, VERSION, AUTHOR, AUTHOR2);
#ifndef LIBAFP
Expand Down

0 comments on commit c6a3f77

Please sign in to comment.