Closed lsnnt closed 2 years ago
you somehow corrupted the file, most likely opened it in an editor and saved. redownload and try again
i redownloaded it but the problem persists. if anybody can compile it using cygwin please reply with picture of compilation
not happened
i did it in windows server 2019 but it not worked. As you can see it in the right bottom corner of the attached image
what is this as i found it in compiling in linux "ubuntu" distro.
in linux distro it worked perfectly but in windows why it is not happenening?
in linux also while compiling some errors were shown but i ignored it and it worked fine. such issue will be printed in the next comment
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -o pw-inspector pw-inspector.c
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-vnc.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-pcnfs.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-rexec.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-nntp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
hydra-nntp.c: In function ‘start_nntp’:
hydra-nntp.c:204:41: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 481 [-Wformat-overflow=]
204 | sprintf(buffer, "AUTHINFO SASL NTLM %s\r\n", (char )buf1);
| ^~ ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-nntp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘builtin___sprintf_chk’ output between 22 and 4117 bytes into a destination of size 500
36 | return builtin_sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, __va_arg_pack ());
| ~~~~~~~~~
hydra-nntp.c:221:22: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 500 [-Wformat-overflow=]
221 | sprintf(buffer, "%s\r\n", (char )buf1);
| ^~ ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-nntp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘builtin___sprintf_chk’ output between 3 and 4098 bytes into a destination of size 500
36 | return builtin_sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-nntp.c:192:24: warning: ‘
’ directive writing 2 bytes into a region of size between 1 and 500 [-Wformat-overflow=]
192 | sprintf(buffer, "%s\r\n", buffer2);
| ^~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-nntp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 3 and 502 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-socks5.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-telnet.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-cisco.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-http.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-ftp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-ftp.c:1:
In function ‘fprintf’,
inlined from ‘service_ftp_core’ at hydra-ftp.c:132:13:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
100 | return __fprintf_chk (stream, USE_FORTIFY_LEVEL - 1, fmt,
| ^~~~~~~~~~~~
101 | va_arg_pack ());
| ~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-imap.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
hydra-imap.c: In function ‘start_imap’:
hydra-imap.c:306:22: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 500 [-Wformat-overflow=]
306 | sprintf(buffer, "%s\r\n", buf1);
| ^~ ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-imap.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘builtin_sprintf_chk’ output between 3 and 4098 bytes into a destination of size 500
36 | return builtin_sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-imap.c:324:22: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 500 [-Wformat-overflow=]
324 | sprintf(buffer, "%s\r\n", buf1);
| ^~ ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-imap.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 3 and 4098 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-imap.c:249:41: warning: ‘
’ directive output may be truncated writing 2 bytes into a region of size between 1 and 500 [-Wformat-truncation=]
249 | snprintf(buffer, sizeof(buffer), "%s\r\n", buffer2);
| ^~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-imap.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘_builtinsnprintf_chk’ output between 3 and 502 bytes into a destination of size 500
67 | return builtin___snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-imap.c:279:26: warning: ‘
’ directive writing 2 bytes into a region of size between 1 and 500 [-Wformat-overflow=]
279 | sprintf(buffer, "%s\r\n", buffer2);
| ^~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-imap.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘builtin___sprintf_chk’ output between 3 and 502 bytes into a destination of size 500
36 | return builtin_sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-imap.c:219:24: warning: ‘
’ directive writing 2 bytes into a region of size between 1 and 500 [-Wformat-overflow=]
219 | sprintf(buffer, "%s\r\n", buffer2);
| ^~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-imap.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 3 and 502 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-pop3.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
hydra-pop3.c: In function ‘start_pop3’:
hydra-pop3.c:349:22: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 500 [-Wformat-overflow=]
349 | sprintf(buffer, "%s\r\n", buf1);
| ^~ ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-pop3.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘builtin_sprintf_chk’ output between 3 and 4098 bytes into a destination of size 500
36 | return builtin_sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-pop3.c:363:22: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 500 [-Wformat-overflow=]
363 | sprintf(buffer, "%s\r\n", buf1);
| ^~ ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-pop3.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 3 and 4098 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-pop3.c:322:24: warning: ‘
’ directive writing 2 bytes into a region of size between 1 and 500 [-Wformat-overflow=]
322 | sprintf(buffer, "%s\r\n", buffer2);
| ^~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-pop3.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 3 and 502 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-pop3.c:152:30: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 492 and 494 [-Wformat-overflow=]
152 | sprintf(buffer, "APOP %s %s\r\n", login, buffer2);
| ^~ ~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-pop3.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output 9 or more bytes (assuming 510) into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-smb.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-icq.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-cisco-enable.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-ldap.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-memcached.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-mongodb.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-mysql.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-mssql.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-cobaltstrike.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-xmpp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
hydra-xmpp.c: In function ‘start_xmpp’:
hydra-xmpp.c:188:43: warning: ‘%s’ directive output may be truncated writing up to 499 bytes into a region of size 449
-Wformat-truncation=]
188 | snprintf(buffer, sizeof(buffer), "%s%s%s", RESPONSE_STR, buffer2, RESPONSE_END_STR);
| ^~ ~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-xmpp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘_builtinsnprintf_chk’ output between 63 and 562 bytes into a destination of size 500
67 | return builtin___snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-xmpp.c:231:45: warning: ‘%s’ directive output may be truncated writing up to 499 bytes into a region of size 449
-Wformat-truncation=]
231 | snprintf(buffer, sizeof(buffer), "%s%s%s", RESPONSE_STR, buffer2, RESPONSE_END_STR);
| ^~ ~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-xmpp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output between 63 and 562 bytes into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-xmpp.c:171:43: warning: ‘%s’ directive output may be truncated writing up to 499 bytes into a region of size 449
-Wformat-truncation=]
171 | snprintf(buffer, sizeof(buffer), "%s%s%s", RESPONSE_STR, buffer2, RESPONSE_END_STR);
| ^~ ~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-xmpp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output between 63 and 562 bytes into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-http-proxy-urlenum.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
hydra-http-proxy-urlenum.c: In function ‘start_http_proxy_urlenum’:
hydra-http-proxy-urlenum.c:50:41: warning: ‘%s’ directive writing up to 259 bytes into a region of size between 226 and 485 [-Wformat-overflow=]
50 | sprintf(buffer, "GET %s HTTP/1.0\r\n%sUser-Agent: Mozilla/4.0 (Hydra)\r\n%s\r\n", url, mhost, header);
| ^~ ~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-http-proxy-urlenum.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘builtin___sprintf_chk’ output between 51 and 569 bytes into a destination of size 500
36 | return builtin_sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-http-proxy-urlenum.c:120:65: warning: ‘%s’ directive writing up to 4095 bytes into a region of size between 171 and 459 [-Wformat-overflow=]
120 | "GET %s HTTP/1.0\r\n%sProxy-Authorization: NTLM %s\r\nUser-Agent: "
| ^~
121 | "Mozilla/4.0 (Hydra)\r\nProxy-Connection: keep-alive\r\n%s\r\n",
122 | url, host, buf1, header);
| ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-http-proxy-urlenum.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 109 and 4492 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-http-proxy-urlenum.c:154:65: warning: ‘%s’ directive writing up to 4095 bytes into a region of size between 171 and 459 [-Wformat-overflow=]
154 | "GET %s HTTP/1.0\r\n%sProxy-Authorization: NTLM %s\r\nUser-Agent: "
| ^~
155 | "Mozilla/4.0 (Hydra)\r\nProxy-Connection: keep-alive\r\n%s\r\n",
156 | url, host, buf1, header);
| ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-http-proxy-urlenum.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 109 and 4492 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-http-proxy-urlenum.c:79:15: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 170 and 458 [-Wformat-overflow=]
79 | "GET %s HTTP/1.0\r\n%sProxy-Authorization: Basic "
| ^~~~~~~~~~~~~~
80 | "%s\r\nUser-Agent: Mozilla/4.0 (Hydra)\r\n%s\r\n",
81 | url, host, buffer2, header);
| ~~~
hydra-http-proxy-urlenum.c:80:16: note: format string is defined here
80 | "%s\r\nUser-Agent: Mozilla/4.0 (Hydra)\r\n%s\r\n",
| ^~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-http-proxy-urlenum.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 80 and 867 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-snmp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-cvs.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-smtp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
hydra-smtp.c: In function ‘start_smtp’:
hydra-smtp.c:149:24: warning: ‘
’ directive writing 2 bytes into a region of size between 1 and 500 [-Wformat-overflow=]
149 | sprintf(buffer, "%s\r\n", buffer2);
| ^~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-smtp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘builtin_sprintf_chk’ output between 3 and 502 bytes into a destination of size 500
36 | return builtin_sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-smtp.c:160:32: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 490 [-Wformat-overflow=]
160 | sprintf(buffer, "AUTH NTLM %s\r\n", buf1);
| ^~ ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-smtp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 13 and 4108 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
hydra-smtp.c:177:22: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 500 [-Wformat-overflow=]
177 | sprintf(buffer, "%s\r\n", buf1);
| ^~ ~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-smtp.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘_builtinsprintf_chk’ output between 3 and 4098 bytes into a destination of size 500
36 | return builtin___sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-smtp-enum.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-sapr3.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-ssh.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-sshkey.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-teamspeak.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-postgres.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-rsh.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-rlogin.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-oracle-listener.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-svn.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
In file included from /usr/include/subversion-1/svn_client.h:34,
from hydra-svn.c:13:
/usr/include/apr-1.0/apr.h:614:2: warning: #warning no decision has been made on APR_PATH_MAX for your platform [-Wcpp]
614 | #warning no decision has been made on APR_PATH_MAX for your platform
| ^~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-pcanywhere.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-sip.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-oracle-sid.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-oracle.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-vmauthd.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-asterisk.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-firebird.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-afp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-ncp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-http-proxy.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
hydra-http-proxy.c: In function ‘start_http_proxy’:
hydra-http-proxy.c:87:62: warning: ‘%s’ directive writing up to 4499 bytes into a region of size between 4390 and 4958
-Wformat-overflow=]
87 | "GET %s HTTP/1.0\r\n%sProxy-Authorization: Basic %s\r\nUser-Agent: "
| ^~
88 | "Mozilla/4.0 (Hydra)\r\n%s\r\n",
89 | url, host, buffer2, header);
| ~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from hydra-http-proxy.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘builtin_sprintf_chk’ output between 80 and 5147 bytes into a destination of size 5000
36 | return builtin_sprintf_chk (s, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~
37 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-http-form.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-irc.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-redis.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-rdp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-adam6500.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-rtsp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-rpcap.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-radmin2.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c crc32.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c d3des.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c bfg.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c ntlm.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c sasl.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
sasl.c: In function ‘sasl_digest_md5’:
sasl.c:467:68: warning: ‘%s’ directive output may be truncated writing up to 199 bytes into a region of size 33 [-Wformat-truncation=]
467 | snprintf(buffer + sizeof(response), 50 - sizeof(response), ":%s:%s", nonce, "hydra");
| ^~ ~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘_builtinsnprintf_chk’ output between 8 and 207 bytes into a destination of size 34
67 | return builtin___snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:464:33: warning: ‘%s’ directive output may be truncated writing up to 199 bytes into a region of size between 0 and 499 [-Wformat-truncation=]
464 | snprintf(buffer, 500, "%s:%s:%s", buffer3, nonce, "hydra");
| ^~ ~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output between 8 and 706 bytes into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:511:40: warning: ‘%s’ directive output may be truncated writing up to 499 bytes into a region of size between 280 and 479 [-Wformat-truncation=]
511 | snprintf(buffer, 500, "%s:%s:%s:%s:%s", nonce, "00000001", "hydra", "auth", buffer2);
| ^~ ~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output between 22 and 720 bytes into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:509:31: warning: ‘%s’ directive output may be truncated writing up to 499 bytes into a region of size between 300 and 499 [-Wformat-truncation=]
509 | snprintf(buffer, 500, "%s:%s", nonce, buffer2);
| ^~ ~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output between 2 and 700 bytes into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:569:24: warning: ‘", cnonce="hydra", nc=000000...’ directive output may be truncated writing 42 bytes into a region of size between 17 and 415 [-Wformat-truncation=]
569 | "%s %s HTTP/1.0\r\nHost: %s\r\nAuthorization: Digest "
| ^~~~~~~~~~~~~~
sasl.c:571:35: note: format string is defined here
571 | "nonce=\"%s\", cnonce=\"hydra\", nc=00000001, algorithm=%s, "
| ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output 207 or more bytes (assuming 624) into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:561:24: warning: ‘", cnonce="hydra", nc=000000...’ directive output may be truncated writing 42 bytes into a region of size between 8 and 406 [-Wformat-truncation=]
561 | "%s http://%s:%d%s HTTP/1.0\r\nHost: %s\r\nAuthorization: "
| ^~~~~~~~~~~~~~~
sasl.c:563:35: note: format string is defined here
563 | "nonce=\"%s\", cnonce=\"hydra\", nc=00000001, algorithm=%s, "
| ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output 216 or more bytes (assuming 633) into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:551:22: warning: ‘", cnonce="hydra", nc=000000...’ directive output may be truncated writing 42 bytes into a region of size between 8 and 406 [-Wformat-truncation=]
551 | "%s http://%s:%d%s HTTP/1.0\r\nHost: %s\r\nAuthorization: "
| ^~~~~~~~~~~~~~~
sasl.c:553:33: note: format string is defined here
553 | "nonce=\"%s\", cnonce=\"hydra\", nc=00000001, algorithm=%s, "
| ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output 245 or more bytes (assuming 662) into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:539:70: warning: ‘%s’ directive output may be truncated writing up to 199 bytes into a region of size between 66 and 464 [-Wformat-truncation=]
539 | "username=\"%s\",realm=\"%s\",nonce=\"%s\",uri=\"%s:%s\","
| ^~
540 | "response=%s",
541 | preplogin, realm, nonce, type, realm, buffer);
| ~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output 48 or more bytes (assuming 645) into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:533:16: warning: ‘,qop="auth",digest-uri="’ directive output may be truncated writing 24 bytes into a region of size between 16 and 433 [-Wformat-truncation=]
533 | "username=\"%s\",realm=\"%s\",nonce=\"%s\",cnonce=\"hydra\",nc="
| ^~~~~~~~~~~~~~~~
sasl.c:534:38: note: format string is defined here
534 | "00000001,algorithm=%s,qop=\"auth\",digest-uri=\"%s/%s\",response=%s",
| ^~~~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output 104 or more bytes (assuming 720) into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
sasl.c:525:14: warning: ‘", cnonce="hydra", nc=000000...’ directive output may be truncated writing 42 bytes into a region of size between 15 and 413 [-Wformat-truncation=]
525 | "HEAD %s HTTP/1.0\r\n%sProxy-Authorization: Digest username=\"%s\", "
| ^~~~~~~~~~~~~~~~~
sasl.c:526:56: note: format string is defined here
526 | "realm=\"%s\", response=\"%s\", nonce=\"%s\", cnonce=\"hydra\", "
| ^~~~~~~
527 | "nc=00000001, algorithm=%s, qop=auth, uri=\"%s\"\r\nUser-Agent: "
| ~~~~~~~~
In file included from /usr/include/stdio.h:867,
from hydra.h:3,
from hydra-mod.h:4,
from sasl.h:2,
from sasl.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘builtin___snprintf_chk’ output 209 or more bytes (assuming 626) into a destination of size 500
67 | return builtin_snprintf_chk (s, n, USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~
68 | bos (s), fmt, va_arg_pack ());
| ~~~~~~~~~
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hmacmd5.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-mod.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-time.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -g -c hydra-smb2.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0
cc -I. -O3 -g -fcommon -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -Wl,--allow-multiple-definition -lm -g -o hydra hydra.c hydra-vnc.o hydra-pcnfs.o hydra-rexec.o hydra-nntp.o hydra-socks5.o hydra-telnet.o hydra-cisco.o hydra-http.o hydra-ftp.o hydra-imap.o hydra-pop3.o hydra-smb.o hydra-icq.o hydra-cisco-enable.o hydra-ldap.o hydra-memcached.o hydra-mongodb.o hydra-mysql.o hydra-mssql.o hydra-cobaltstrike.o hydra-xmpp.o hydra-http-proxy-urlenum.o hydra-snmp.o hydra-cvs.o hydra-smtp.o hydra-smtp-enum.o hydra-sapr3.o hydra-ssh.o hydra-sshkey.o hydra-teamspeak.o hydra-postgres.o hydra-rsh.o hydra-rlogin.o hydra-oracle-listener.o hydra-svn.o hydra-pcanywhere.o hydra-sip.o hydra-oracle-sid.o hydra-oracle.o hydra-vmauthd.o hydra-asterisk.o hydra-firebird.o hydra-afp.o hydra-ncp.o hydra-http-proxy.o hydra-http-form.o hydra-irc.o hydra-redis.o hydra-rdp.o hydra-s7-300.c hydra-adam6500.o hydra-rtsp.o hydra-rpcap.o hydra-radmin2.o crc32.o d3des.o bfg.o ntlm.o sasl.o hmacmd5.o hydra-mod.o hydra-time.o hydra-smb2.o -lm -lgcrypt -lz -lssl -lfbclient -lidn -lpcre -lmysqlclient -lpq -lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1 -lssh -lcrypto -lmemcached -L/usr/lib -L/usr/local/lib -L/lib -L/lib/x86_64-linux-gnu -I/usr/include/mysql -I/usr/include -I/usr/include -I/usr/include -I/usr/include/postgresql -I/usr/include -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/libmemcached-1.0 -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DLIBMCACHED -DHAVE_MATH_H
If men could get pregnant, abortion would be a sacrament
cd hydra-gtk && sh ./make_xhydra.sh Trying to compile xhydra now (hydra gtk gui) - don't worry if this fails, this is really optional ... 'src/xhydra' -> '../xhydra' The GTK GUI is ready, type "./xhydra" to start
Now type make install
I just tried it on Windows in a cygwin shell and it worked fine. are you executing ./configure in a cygwin shell????
yes
but it did'nt work
would you send me the screenshot of the compilation in windows
i am compiling this on windows with cygwin , 1) i run
./configure
. 2) it get an error as mention below. ./configure: line 5: $'\r': command not found ./configure: line 176: syntax error near unexpected token$'do\r'' '/configure: line 176:
for i in $INCDIRS; do What should i do? even if i ignore it then i run commandmake
it got into an error as mentioned below."Error: you must run ./configure first"\