mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
2021
This commit is contained in:
parent
6364bf329b
commit
09f6a71e84
5 changed files with 9 additions and 6 deletions
5
hydra.c
5
hydra.c
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* hydra (c) 2001-2020 by van Hauser / THC <vh@thc.org>
|
||||
* hydra (c) 2001-2021 by van Hauser / THC <vh@thc.org>
|
||||
* https://github.com/vanhauser-thc/thc-hydra
|
||||
*
|
||||
* Parallized network login hacker.
|
||||
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
#include "hydra.h"
|
||||
#include "bfg.h"
|
||||
#include <strings.h>
|
||||
|
||||
#ifdef LIBNCURSES
|
||||
#include <curses.h>
|
||||
|
@ -2151,7 +2152,7 @@ int main(int argc, char *argv[]) {
|
|||
struct sockaddr_in6 *ipv6 = NULL;
|
||||
struct sockaddr_in *ipv4 = NULL;
|
||||
|
||||
printf("%s %s (c) 2020 by %s & %s - Please do not use in military or secret "
|
||||
printf("%s %s (c) 2021 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue