Results 1 to 3 of 3

Thread: Hydra SSL option ignored

  1. #1
    Join Date
    2015-Aug
    Posts
    2

    Question Hydra SSL option ignored

    Hello,

    When I run THC-Hydra with -S option (SSL), I see this warning :

    [CODE][WARNING] hydra was compiled without SSL support. Install openssl and recompile! Option ignored...[CODE]

    I installed Kali tools with the command :
    Code:
    sudo apt-get install kali-linux-full -y
    openssl is already installed on my computer :

    sudo apt-get install openssl
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    openssl is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    I haven't found similar issues.

    Thank you for any help.

  2. #2
    Join Date
    2015-Aug
    Posts
    2
    I have no error message with the argument "ssl" instead of "-s".
    But the program still don't work.. When I run a command with hydra-gtk, it works, but the same command in hydra terminal it find nothing..

    Any ideas? Thank you for any help.

  3. #3
    Join Date
    2016-Mar
    Posts
    1
    Hi,

    I am also having same issue. made sure openssl is installed and everything is fine during installation. But there is no result when trying on ssl port.

    root@kali:/hydra-8.1# ./configure

    Starting hydra auto configuration ...
    Detected 64 Bit Linux OS

    Checking for openssl (libssl, libcrypto, ssl.h, sha.h) ...
    ... found
    Checking for idn (libidn.so) ...
    ... NOT found, unicode logins and passwords will not be supported
    Checking for curses (libcurses.so / term.h) ...
    ... found, color output enabled
    Checking for pcre (libpcre.so, pcre.h) ...
    ... found
    Checking for Postgres (libpq.so, libpq-fe.h) ...
    ... found
    Checking for SVN (libsvn_client-1 libapr-1.so libaprutil-1.so) ...
    ... found
    Checking for firebird (libfbclient.so) ...
    ... NOT found, module firebird disabled
    Checking for MYSQL client (libmysqlclient.so, math.h) ...
    ... found
    Checking for AFP (libafpclient.so) ...
    ... NOT found, module Apple Filing Protocol disabled - Apple sucks anyway
    Checking for NCP (libncp.so / nwcalls.h) ...
    ... NOT found, module NCP disabled
    Checking for SAP/R3 (librfc/saprfc.h) ...
    ... NOT found, module sapr3 disabled
    Get it from http://www.sap.com/solutions/netweav...eval/index.asp
    Checking for libssh (libssh/libssh.h) ...
    ... found
    Checking for Oracle (libocci.so libclntsh.so / oci.h and libaio.so) ...
    ... NOT found, module Oracle disabled
    Get basic and sdk package from http://www.oracle.com/technetwork/da...ent/index.html
    Checking for GUI req's (pkg-config, gtk+-2.0) ...
    ... found
    Checking for Android specialities ...
    ... rindex() found
    ... RSA_generate_key() found
    Checking for secure compile option support in gcc ...
    Compiling... yes
    Linking... yes

    Hydra will be installed into .../bin of: /usr/local
    (change this by running ./configure --prefix=path)

    Writing Makefile.in ...
    now type "make"


    root@kali:~# hydra -l [email protected] -P /root/Desktop/test1 -s 465 -S -v -V -t 1 smtp.gmail.com smtp
    Hydra v8.1 (c) 2014 by van Hauser/THC - Please do not use in military or secret service organizations, or for illegal purposes.

    [WARNING] hydra was compiled without SSL support. Install openssl and recompile! Option ignored...
    Hydra (http://www.thc.org/thc-hydra) starting at 2016-03-25 17:30:48
    [INFO] several providers have implemented cracking protection, check with a small wordlist first - and stay legal!
    [WARNING] Restorefile (./hydra.restore) from a previous session found, to prevent overwriting, you have 10 seconds to abort...

    Can anyone help me!

Similar Threads

  1. Hydra issue, hydra -R repeated
    By chrisso in forum General Archive
    Replies: 1
    Last Post: 2015-08-23, 19:58
  2. Replies: 0
    Last Post: 2014-08-17, 03:08

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •