Commit graph

40 commits

Author SHA1 Message Date
vanhauser-thc
568ef74e0d nits 2023-07-21 10:44:38 +02:00
vanhauser-thc
c6a3f77476 welcome 2023 2023-01-03 11:47:45 +01:00
Sam James
613bd02264
Makefile.am: add -D_GNU_SOURCE for strcasestr
strcasestr is not a standard function and per
the man page, needs -D_GNU_SOURCE to be visible.

Fixes a build error:
```
hydra-rtsp.c:20:7: error: implicit declaration of function ‘strcasestr’; did you mean ‘strcasecmp’? [-Werror=implicit-function-declaration]
   20 |   if (strcasestr(s, "401 Unauthorized") != NULL) {
      |       ^~~~~~~~~~
      |       strcasecmp
```

Signed-off-by: Sam James <sam@gentoo.org>
2022-09-09 04:32:05 +01:00
vanhauser-thc
e11e007400 make strip optional 2022-01-11 13:50:47 +01:00
vanhauser-thc
c637d1d7a0 welcome 2022 2022-01-01 00:51:04 +01:00
vanhauser-thc
3e364483d2 support xcode 2021-10-20 16:29:52 +02:00
vanhauser-thc
67ef4c733f code format 2021-08-23 11:31:58 +02:00
ultimaiiii
63badb59af
Makefile fix 2021-08-20 23:18:46 +00:00
vanhauser-thc
93cee75419 added make uninstall 2021-08-17 18:21:43 +02:00
van Hauser
6381ab2cd3
Merge pull request #623 from xambroz/desktop-launcher
Desktop launcher
2021-03-24 08:51:26 +01:00
xambroz
5c9184061f
Install the desktop launcher for xhydra 2021-03-24 04:20:43 +01:00
van Hauser
79fa70cfdb fix with gcc10 and overriden CFLAGS 2020-08-02 07:12:19 +02:00
van Hauser
a73cd388f8 fix PR 2020-07-07 18:43:53 +02:00
van Hauser
df475f1900
Merge pull request #538 from animetauren/master
Updating hydra support for freedrdp 3
2020-07-07 18:07:53 +02:00
Henry Robalino
435ed44289
Adding step to makefile to fix Lib Symlinks 2020-06-16 10:19:16 -04:00
van Hauser
09a247412b compiler option change 2020-06-10 10:17:40 +02:00
van Hauser
13934c5b19 gcc-10 fix 2020-01-28 11:06:44 +01:00
van Hauser
f05718824d make CFLAGS overridable 2020-01-18 11:47:36 +01:00
Karim Kanso
2423cbd5d5 smb2 module, provides linkage with libsmbclient to interface with smbv2/v3 servers.
Developed against version: 2:4.7.6+dfsg~ubuntu-0ubuntu2.1
2020-01-17 19:04:13 +00:00
van Hauser
db2a1feeb8 bump year 2020-01-07 15:09:28 +01:00
van Hauser
b9c5e7e125 better compile options 2019-05-23 14:04:14 +02:00
David Maciejak
012fbe6d1b Add module for mongodb 2019-03-20 10:45:42 +08:00
David Maciejak
8e209b14f4 add memcached module 2019-03-09 08:30:16 +08:00
van Hauser
3f56e5185a v8.8 release 2019-01-02 13:38:23 +01:00
van Hauser
eb064c4222 support uncommon mysql ports 2018-06-14 02:44:31 +02:00
van Hauser
cc209e5227 2018 year update 2018-01-04 10:52:09 +01:00
van Hauser
9ba5939ad5 makefile cleanup 2017-07-08 14:48:24 +02:00
catatonic
cf089a6c75 Merge branch 'master' into HEAD
Conflicts:
	Makefile.am
	hydra.c
	hydra.h

Additional changes to better fit the newer design patterns.
2017-07-07 20:52:58 +00:00
catatonic
1503c8a381 Checking for gcrypt support & disabling radmin2 when it is unavailable. 2017-07-07 19:34:52 +00:00
van Hauser
60c5aff0ea set year to 2017 2017-01-19 09:50:31 +01:00
Catatonic Prime
43e3040062 Basic libgcrypt usage... no idea if it works, but it has to be better than nothing right? 2016-12-25 03:24:06 +00:00
Catatonic Prime
1732eff6bb Initial working radmin 2.x cracker. Lots of additional work still left to be done. 2016-11-12 08:38:39 +00:00
van Hauser
333713288c new protocol module: adam6500 2016-10-27 13:13:18 +02:00
van Hauser
514e23611b fixed some compiler warnings 2016-10-15 14:46:48 +02:00
Petar Kaleychev
be07643841 Update Makefile.am 2016-10-12 20:01:12 +03:00
Jack Reacher
554d66c768 Switched usleep to nanosleep for posix complience 2016-02-06 02:16:01 -05:00
van Hauser
533fb1772d ./configure --fhs support 2016-02-05 10:38:46 +01:00
anthraxx
fa82feecc4 adding make location configurations to ease proper packaging
this patch introduces DATADIR, MANDIR and DESTDIR to it is possible
to configure the csv data location, the man location and also a
packaging DESTDIR location which is needed for packaging in a subdir.
PREFIX stays like it was so it is properly used in dpl4hydra.sh.
2015-06-06 18:33:59 +02:00
root
b6f3e73b65 rtsp 2015-05-05 01:44:10 +02:00
U-marc-win4\marc
6a94f708e8 initial commit 2014-04-24 16:49:18 +02:00