van Hauser
f124c26fc6
big int to stdint switch
2017-07-05 08:48:00 +02:00
van Hauser
74931e3b58
ensure null terminated entries in restore file
2017-06-27 11:36:35 +02:00
van Hauser
abb83694aa
-c enforces -t 1 now
2017-06-27 11:14:56 +02:00
van Hauser
b43514dc45
-c enforces -t 1 now
2017-06-27 11:12:47 +02:00
van Hauser
13942efbbd
?
2017-06-26 09:50:47 +02:00
van Hauser
b4acb367f5
better head/target state documentation
2017-06-25 16:52:56 +02:00
van Hauser
bea6cbe821
write restore file if final threads did not complete
2017-06-25 16:27:12 +02:00
van Hauser
115a4d007a
forget to move -c option value to restore file data
2017-06-24 15:18:40 +02:00
van Hauser
51d881353b
moved help to modules
2017-06-23 19:15:18 +02:00
van Hauser
88aae59227
changed -R behaviour
2017-06-23 18:23:59 +02:00
van Hauser
d917d1aeba
option -c test
2017-06-23 10:40:50 +02:00
Diadlo
bd8a901bea
Move services and usage on the top of the hydra.c
2017-06-22 01:08:13 +03:00
Diadlo
a8f8bdbc5f
Add usage functions into service vector
2017-06-22 01:08:13 +03:00
Diadlo
7e09c0b43e
Extrace each module usage in separate function
2017-06-22 00:39:54 +03:00
Diadlo
9265272a3e
Use early return instead of 'find' flag
...
It's increase performance
2017-06-21 23:17:34 +03:00
Diadlo
21c4b99e1b
Use early break instead of large if
2017-06-21 23:14:25 +03:00
van Hauser
b98789d32e
Merge pull request #230 from Diadlo/maxfail
...
Maxfail
2017-06-12 11:51:11 +02:00
Diadlo
e8e17d092d
Remove using 'ok' from 'if' where 'ok' is always true
2017-06-12 12:26:28 +03:00
Diadlo
a47bd13c30
Add maxfail default value
...
Maxfail for '!ok' is always 0
2017-06-12 12:26:18 +03:00
Diadlo
1043a120d7
Replace one compare sign to make summands more generic
2017-06-12 12:21:08 +03:00
Diadlo
39cf5133a6
Extract maxfail in to a variable
...
Reduce code duplication, make code easier to read
2017-06-12 12:20:27 +03:00
Diadlo
78c88159fa
Remove reduant 'if' after 'else'
...
if (A) {
} else if (!A) {
}
2017-06-11 18:29:33 +03:00
Diadlo
48709842a6
Replace possible null pointer no '(null)' string
2017-06-10 23:56:18 +03:00
van Hauser
46af724c0f
Merge branch 'master' into refactor
2017-06-06 15:35:47 +02:00
van Hauser
f7b122f6ed
cleanup
2017-06-06 15:22:37 +02:00
van Hauser
cc72938180
Merge branch 'master' into enums
2017-06-06 15:20:01 +02:00
van Hauser
3a7ad3c10f
Merge pull request #221 from Diadlo/swap
...
[SMALL] Add swap function
2017-06-06 15:16:54 +02:00
Diadlo
0519661f95
Add using macros to align help text
2017-06-02 10:58:10 +03:00
Diadlo
985f9c43b0
Add output_format_t enum
2017-06-02 10:22:29 +03:00
Diadlo
cdb9123e28
Add hydra_mode_t enum
2017-06-02 10:22:25 +03:00
Diadlo
07d55e94af
Add target_state_t enum
2017-06-02 10:21:47 +03:00
Diadlo
0d6efda1d2
Add swap function
2017-06-01 23:56:06 +03:00
Diadlo
6edd64e6b6
Refactor spawn_head
2017-06-01 09:08:57 +03:00
Diadlo
8b6607aec0
Add using SERVICE macro
2017-06-01 09:05:06 +03:00
Diadlo
5dc883fb4b
Refactor service_init
2017-06-01 09:04:37 +03:00
Diadlo
dfef658cf8
Create services vector
2017-06-01 09:04:36 +03:00
van Hauser
3ed91cd18f
fix
2017-05-20 15:44:42 +02:00
petrock6
df5ec9ea30
Bugfix for issue 121 -- increased URL/POST/cookie data size to 6096 bytes from 1000 bytes.
2017-05-20 02:58:47 -05:00
van Hauser
639dce3be1
v8.6-dev init
2017-05-03 14:10:17 +02:00
van Hauser
59819655d1
hydra v8.5 release
2017-05-03 14:07:08 +02:00
Lukas Schwaighofer
1c3ebae990
do not assume sizeof(int) is the pointer size
...
sizeof(int) is not necessarily the same as the pointer size. On my amd64
system sizeof(int) is 4 bytes while the pointer size is 8 bytes. The
change solves https://github.com/vanhauser-thc/thc-hydra/issues/27 for
me.
2017-04-24 18:21:25 +02:00
van Hauser
d5827c4182
fixes
2017-04-18 09:42:09 +02:00
Diadlo
1bf376baa3
Refactor hydra_debug function
2017-04-17 23:15:47 +03:00
Diadlo
c760e7e5c5
Fix size of pointer instead of size of data
2017-04-17 22:41:12 +03:00
Diadlo
34131739fe
Remove comparing unsigned value with zero
2017-04-17 22:34:07 +03:00
veggie spam
517744ca3c
one bug, lots of minor updates
2017-03-02 14:44:38 -05:00
van Hauser
09f5395b7a
update command line
2017-03-02 10:32:25 +01:00
veggie spam
88f16b73d6
New feature: output results in JSON format.
2017-03-01 15:09:35 -05:00
van Hauser
9c3feee9b6
configure CC support, strrchr over rindex
2017-01-31 11:03:00 +01:00
van Hauser
3b97da1021
v8.4
2017-01-27 17:11:59 +01:00