mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
bump year
This commit is contained in:
parent
d0c9d7ca3f
commit
db2a1feeb8
4 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Makefile for Hydra - (c) 2001-2019 by van Hauser / THC <vh@thc.org>
|
||||
# Makefile for Hydra - (c) 2001-2020 by van Hauser / THC <vh@thc.org>
|
||||
#
|
||||
OPTS=-I. -O3 -march=native -flto
|
||||
# -Wall -g -pedantic
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
H Y D R A
|
||||
|
||||
(c) 2001-2019 by van Hauser / THC
|
||||
(c) 2001-2020 by van Hauser / THC
|
||||
<vh@thc.org> https://github.com/vanhauser-thc/thc-hydra
|
||||
many modules were written by David (dot) Maciejak @ gmail (dot) com
|
||||
BFG code by Jan Dlabal <dlabaljan@gmail.com>
|
||||
|
@ -379,7 +379,7 @@ Version 1.00 example:
|
|||
"These are very free form"
|
||||
],
|
||||
"generator": {
|
||||
"built": "2019-03-01 14:44:22",
|
||||
"built": "2020-03-01 14:44:22",
|
||||
"commandline": "hydra -b jsonv1 -o results.json ... ...",
|
||||
"jsonoutputversion": "1.00",
|
||||
"server": "127.0.0.1",
|
||||
|
|
2
hydra.1
2
hydra.1
|
@ -1,4 +1,4 @@
|
|||
.TH "HYDRA" "1" "01/01/2019"
|
||||
.TH "HYDRA" "1" "01/01/2020"
|
||||
.SH NAME
|
||||
hydra \- a very fast network logon cracker which supports many different services
|
||||
.SH SYNOPSIS
|
||||
|
|
4
hydra.c
4
hydra.c
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* hydra (c) 2001-2019 by van Hauser / THC <vh@thc.org>
|
||||
* hydra (c) 2001-2020 by van Hauser / THC <vh@thc.org>
|
||||
* https://github.com/vanhauser-thc/thc-hydra
|
||||
*
|
||||
* Parallized network login hacker.
|
||||
|
@ -2101,7 +2101,7 @@ int main(int argc, char *argv[]) {
|
|||
struct sockaddr_in6 *ipv6 = NULL;
|
||||
struct sockaddr_in *ipv4 = NULL;
|
||||
|
||||
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);
|
||||
printf("%s %s (c) 2020 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 ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue