webpasswordscygwinhydra

Hydra Password Cracker error using cygwin64 in windows


Please Help i cannot install hydra password cracker using cygwin64 in windows 8.1 What should i do Below are pics error

error

error


Solution

  • Do NOT post link to images. Copy and paste the relevant part of the error.

    You are missing windres, so you need the package that contains it.
    To look for it, use cygcheck

    assuming you want to compile for Cygwin:

    $ cygcheck -p usr/bin/windres
    Found 6 matches for usr/bin/windres
    binutils-debuginfo-2.35.1-1 - binutils-debuginfo: Debug info for binutils
    ...
    binutils-2.36.1-2 - binutils: GNU assembler, linker, and similar utilities
    

    Install binutils
    If instead you want to compile for Mingw64, you need the similar package.

    $ cygcheck -l mingw64-x86_64-binutils | grep windres
    /usr/bin/x86_64-w64-mingw32-windres.exe
    

    Are you sure to have the proper compiler installed ? binutils is a requirement of any compiler.