Commit graph

641 commits

Author SHA1 Message Date
van Hauser
5b6fc88428 fixed crash in rtsp module 2020-02-17 10:39:17 +01:00
van Hauser
0b093e67c4 remove carriage returns in lines (pw-inspector) 2020-02-17 09:44:26 +01:00
van Hauser
720bdb3f96 code indent 2020-02-01 11:47:13 +01:00
van Hauser
531ee7734b fix for very very old compilers 2020-02-01 11:36:33 +01:00
van Hauser
60c76d0c64 BN_zero fix 2020-01-29 12:24:46 +01:00
van Hauser
13934c5b19 gcc-10 fix 2020-01-28 11:06:44 +01:00
van Hauser
0a1bdf2527
Merge pull request #491 from jer-gentoo/vnc-hydra_report-buf2
hydra-vnc: Use buf2 instead of buf in hydra_report
2020-01-27 14:44:27 +01:00
van Hauser
73318ff14f
Merge pull request #490 from jer-gentoo/modules-unused-buf
modules: Remove various unused char *buf
2020-01-27 14:44:01 +01:00
Jeroen Roovers
020137ac35 modules: Remove various unused char *buf 2020-01-26 17:09:07 +01:00
Jeroen Roovers
35cab1e127 hydra-vnc: Use buf2 instead of buf in hydra_report
A compiler warning told me that buf was used uninitialised here and it
turned out that instead of buf2, buf was being used. It makes a lot more
sense to report buf2 and that happens to fix the warning as well.
2020-01-26 17:06:47 +01:00
van Hauser
84fb3fac07
Merge pull request #489 from kazkansouh/libsmbclient
Updated xhydra to support smb2
2020-01-19 13:23:38 +01:00
Karim Kanso
c8de75bf13 Updated xhydra to support smb2 2020-01-18 19:40:14 +00:00
van Hauser
f05718824d make CFLAGS overridable 2020-01-18 11:47:36 +01:00
van Hauser
69a6b4f7d7 added changelog entry 2020-01-18 11:33:23 +01:00
van Hauser
da568a871a in the future I will learn not to push Makefile ... 2020-01-18 11:15:11 +01:00
van Hauser
a6eda41751 fixed off-by-one bug 2020-01-18 11:14:39 +01:00
van Hauser
8e3e5db7ba
Merge pull request #487 from kazkansouh/libsmbclient
SMB2/3 support
2020-01-18 11:08:05 +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
d0c9d7ca3f http-form parse option fix 2019-11-20 12:13:14 +01:00
van Hauser
b8c30ef0b0 rdp account missing permissions detection 2019-11-07 10:05:15 +01:00
van Hauser
efbc35eb50 verbose output for rdp to identify an issue 2019-11-05 09:59:36 +01:00
van Hauser
a1f3f00f86
Merge pull request #459 from e2002e/v8.8-rain
V8.8 rain
2019-10-17 12:27:26 +02:00
van Hauser
217e025475
Update bfg.h 2019-10-17 12:21:47 +02:00
van Hauser
4c0e2c2b45
Merge branch 'master' into v8.8-rain 2019-10-17 12:19:55 +02:00
e2002e
9d7ebfd3c9
false is 0 and true 1 2019-10-15 20:22:46 +02:00
e2002e
c414d9a3ab
Update bfg.c 2019-10-07 23:00:27 +02:00
owein
4b41480549 option -r and help() 2019-10-07 17:06:32 +02:00
owein
a4b4e54bd1 option -r 2019-10-07 17:04:44 +02:00
owein
b09e39f98d modified bfg 2019-10-07 17:02:43 +02:00
owein
ed9d8f1516 using hydra 8.8 files 2019-10-07 16:56:59 +02:00
David Maciejak
b911269c1a
Fix typo when only 1 password is found 2019-09-15 23:18:54 +08:00
van Hauser
ebbea58cf6 http-form parameter fix 2019-09-13 17:35:05 +02:00
van Hauser
60f4969043
Merge pull request #447 from IPv4v6/fix-typo
Fix typo in PW-Inspector
2019-09-10 23:19:29 +02:00
Stefan Pietsch
b77d49d407 Fix typo in PW-Inspector 2019-09-10 21:48:23 +02:00
David Maciejak
273334df88
Force VNC protocol version downgrade 2019-09-05 12:28:45 +08:00
David Maciejak
a06ee48826
Add entry for svn module update 2019-09-03 13:34:57 +08:00
David Maciejak
866120e4e6
Fix compilation error if missing libsvn
oops forgot the case if the lib is not installed
2019-09-02 21:18:52 +08:00
David Maciejak
e1e708d1a1 Fix compilation warning for long unsigned value printing 2019-09-02 21:05:50 +08:00
David Maciejak
b3ddd4a2d2
Fix svn_client_list3 function call deprecation
Update the module to support subversion lib from v1.5 to 1.10 and fix following warning:
hydra-svn.c:124:3: warning: \u2018svn_client_list3\u2019 is deprecated [-Wdeprecated-declarations]
   err = svn_client_list3(canonical, &revision, &revision, svn_depth_unknown, dirents, FALSE, FALSE, (svn_client_list_func2_t) print_dirdummy, NULL, ctx, pool);
2019-09-02 10:41:45 +08:00
David Maciejak
9ae7ed075a
Improve support for macOS
That's fixing the compilation issues as /lib does not exist on these systems, remove pie warnings,  and add support for libraries installed with macPorts
2019-09-01 10:15:06 +08:00
van Hauser
288d564daf
Merge pull request #443 from loonydev/master
Fix dump with folder
2019-08-30 14:31:05 +02:00
Andrii Artiushok
2a62cb30bb Fix dump with folder 2019-08-30 15:10:32 +03:00
David Maciejak
32a7a40653
Add myself back to the project 2019-08-30 16:41:32 +08:00
David Maciejak
5d25fa1d1c
Fix string matching call for system without libpcre
hydra_string_match() function is only available if libpcre is present. Compilation crashes without that patch.
2019-08-30 10:44:09 +08:00
van Hauser
150d325027 cleanup of submitted code 2019-07-29 12:04:57 +02:00
van Hauser
91ced0fa40
Merge pull request #432 from poucz/master
HTTP-GET add end condition. Simulary like in http-form
2019-07-29 11:55:43 +02:00
jopravil
98afb8e32d http-get better log 2019-07-29 09:38:37 +02:00
van Hauser
eb8fc1686c fix 2019-07-25 19:00:41 +02:00
jopravil
c639f21a72 HTTP-GET add end condition. Simulary like in http-form 2019-07-24 09:27:40 +02:00