forked from vanhauser-thc/thc-hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e693c2f
commit 533fb17
Showing
4 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Makefile for Hydra - (c) 2001-2014 by van Hauser / THC <[email protected]> | ||
# Makefile for Hydra - (c) 2001-2016 by van Hauser / THC <[email protected]> | ||
# | ||
OPTS=-I. -O3 | ||
# -Wall -g -pedantic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* hydra (c) 2001-2014 by van Hauser / THC <[email protected]> | ||
* hydra (c) 2001-2016 by van Hauser / THC <[email protected]> | ||
* http://www.thc.org | ||
* | ||
* Parallized network login hacker. | ||
|
@@ -2173,7 +2173,7 @@ int main(int argc, char *argv[]) { | |
struct sockaddr_in6 *ipv6 = NULL; | ||
struct sockaddr_in *ipv4 = NULL; | ||
|
||
printf("%s %s (c) 2014 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) 2016 by %s - Please do not use in military or secret service organizations, or for illegal purposes.\n\n", PROGRAM, VERSION, AUTHOR); | ||
#ifndef LIBPOSTGRES | ||
SERVICES = hydra_string_replace(SERVICES, "postgres ", ""); | ||
strcat(unsupported, "postgres "); | ||
|