Raphael Isemann
64ca3aead2
Fix memory leak in radmin2
...
`msg` is calloc'd a few lines above via `msg = buffer2message(buffer);`.
The check afterwards either exits the process on success or restarts the
loop without free'ing `msg`.
2022-04-11 18:27:28 +02:00
van Hauser
720bdb3f96
code indent
2020-02-01 11:47:13 +01:00
Dario Lombardo
8c42e0007b
radmin2: cast calloc output (found by ccc-analyzer).
2017-08-18 21:58:17 +02:00
catatonic
2386d4517f
Improving data specificity more.
2017-07-08 01:14:41 +00: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
Catatonic Prime
c5d98dc352
Removing diagnostics
2016-12-27 22:06:41 +00:00
catatonic
5d88976bc6
Fixing issue were we are not correctly grabbing the next password "pair"
2016-12-27 15:01:15 -07:00
catatonic
249c8f973b
Removing diagnostics
2016-12-27 10:20:59 -07:00
Catatonic Prime
ff7343e872
Yay gcrypt is working!!!
2016-12-27 17:14:17 +00:00
Catatonic Prime
050892bb73
libgcrypt doens't appear to be working either. No errors so crypto is funny? dunno.
2016-12-27 16:32:27 +00: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
0c2e02135d
Formatting
2016-11-13 20:37:35 +00:00
Catatonic Prime
2713a0d816
Including memory checks
2016-11-12 18:47:21 +00:00
Catatonic Prime
3f73d1f163
Oops missed a reference.
2016-11-12 18:38:42 +00:00
Catatonic Prime
756d8a631f
Fixing warnings
2016-11-12 18:37:10 +00:00
Catatonic Prime
44180b2c98
Adding documentation.
...
Fixing memory leaks.
2016-11-12 18:23:43 +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