mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
clarify license
This commit is contained in:
parent
5b6fc88428
commit
90bbde1be8
9 changed files with 48 additions and 29 deletions
17
hydra.c
17
hydra.c
|
@ -3,8 +3,9 @@
|
|||
* https://github.com/vanhauser-thc/thc-hydra
|
||||
*
|
||||
* Parallized network login hacker.
|
||||
* Don't use in military or secret service organizations, or for illegal
|
||||
* purposes.
|
||||
* Please don't use in military or secret service organizations, or for illegal
|
||||
* purposes. This is a wish and is non-binding.
|
||||
* If you ignore this be sure you are not a good person though.
|
||||
*
|
||||
* License: GNU AFFERO GENERAL PUBLIC LICENSE v3.0, see LICENSE file
|
||||
*/
|
||||
|
@ -551,11 +552,11 @@ void help(int32_t ext) {
|
|||
"module help)\n");
|
||||
PRINT_NORMAL(ext,
|
||||
"\nSupported services: %s\n"
|
||||
"\n%s is a tool to guess/crack valid login/password pairs. "
|
||||
"Licensed under AGPL\n"
|
||||
"v3.0. The newest version is always available at %s\n"
|
||||
"Don't use in military or secret service organizations, or for "
|
||||
"illegal purposes.\n",
|
||||
"\n%s is a tool to guess/crack valid login/password pairs.\n"
|
||||
"Licensed under AGPL v3.0. The newest version is always available at;\n%s\n"
|
||||
"Please don't use in military or secret service organizations, or for illegal\n"
|
||||
"purposes. (This is a wish and non-binding - most such people do not care about\n"
|
||||
"laws and ethics anyway - and tell themselves they are one of the good ones.)\n",
|
||||
SERVICES, PROGRAM, RESOURCE);
|
||||
|
||||
if (ext && strlen(unsupported) > 0) {
|
||||
|
@ -2151,7 +2152,7 @@ int main(int argc, char *argv[]) {
|
|||
struct sockaddr_in *ipv4 = NULL;
|
||||
|
||||
printf("%s %s (c) 2020 by %s & %s - Please do not use in military or secret "
|
||||
"service organizations, or for illegal purposes.\n\n",
|
||||
"service organizations, or for illegal purposes (this is non-binding, these *** ignore laws and ethics anyway).\n\n",
|
||||
PROGRAM, VERSION, AUTHOR, AUTHOR2);
|
||||
#ifndef LIBAFP
|
||||
SERVICES = hydra_string_replace(SERVICES, "afp ", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue