-
Notifications
You must be signed in to change notification settings - Fork 290
Home
Thomas D edited this page Apr 26, 2020
·
7 revisions
Welcome to the thc-hydra-windows wiki!
- How to compile with Oracle support on Cygwin => https://github.com/vanhauser-thc/thc-hydra/issues/520
- How to make a portable version once it is compiled on Cygwin :
$ ldd hydra.exe | grep -iv WINDOWS | cut -d '>' -f 2 | cut -d ' ' -f 2-|sed -r 's/(.*)\s[(].*/\1/g'| xargs -n1 -I {} sh -c 'cp "{}" .'