File: INSTALL

package info (click to toggle)
hydra 9.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,856 kB
  • sloc: ansic: 22,258; sh: 2,530; makefile: 140
file content (28 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
type "./configure", then "make" and finally "sudo make install"

For special modules you need to install software packages before
you run "./configure":
  Ubuntu/Debian:  apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev libgtk2.0-dev libmysqlclient-dev libpq-dev libsvn-dev firebird-dev libncurses5-dev
  Redhat/Fedora:  yum install openssl-devel pcre-devel ncpfs-devel postgresql-devel libssh-devel subversion-devel libncurses-devel
  OpenSuSE:       zypper install libopenssl-devel pcre-devel libidn-devel ncpfs-devel libssh-devel postgresql-devel subversion-devel libncurses-devel


For Termux/Android you need the following setup:

Install the necessary dependencies
  # pkg install -y x11-repo
  # pkg install -y clang make openssl openssl-tool wget openssh coreutils gtk2 gtk3
And then compiling hydra
  # ./configure --prefix=$PREFIX
  # make
  # make install


To use xhydra, you will need to install a graphical output in termux, you can be guided from this article:

https://wiki.termux.com/wiki/Graphical_Environment


For the Oracle login module, install the basic and SDK packages:
 https://www.oracle.com/database/technologies/instant-client/downloads.html