Codebase list hydra / eb9763e
Drop obsolete patch Hilko Bengen 5 years ago
2 changed file(s) with 1 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
+0
-14
debian/patches/10_fix_spelling_error.diff less more
0 Desciption: fix spelling error
1 Author: Daniel Echeverry <epsilon77@gmail.com>
2 Forwarded:https://github.com/vanhauser-thc/thc-hydra/pull/382
3 --- a/hydra-rpcap.c
4 +++ b/hydra-rpcap.c
5 @@ -153,7 +153,7 @@
6
7 buf = hydra_receive_line(sock);
8
9 - if (strstr(buf, "NULL autentication not permitted") == NULL) {
10 + if (strstr(buf, "NULL authentication not permitted") == NULL) {
11 hydra_report(stderr, "[!] rpcap error or no need of authentication!\n");
12 free(buf);
13 return 1;
44 03_use_bin_path.diff
55 06_show_xhydra_build_output.diff
66 07_remove_troubled_files.diff
7 10_fix_spelling_error.diff
7