Skip to content
Thomas D edited this page Apr 26, 2020 · 7 revisions

Welcome to the thc-hydra-windows wiki!

  • How to compile on Cygwin without xhydra
./configure --debug --disable-xhydra --prefix=$PWD/build
  • 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 "{}" .'
Clone this wiki locally