mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
fix
This commit is contained in:
parent
659ab10b14
commit
bc9190d3dd
1 changed files with 8 additions and 9 deletions
17
INSTALL
17
INSTALL
|
@ -7,17 +7,16 @@ you run "./configure":
|
|||
OpenSuSE: zypper install libopenssl-devel pcre-devel libidn-devel ncpfs-devel libssh-devel postgresql-devel subversion-devel libncurses-devel
|
||||
|
||||
|
||||
Note:
|
||||
For Termux/Android you need the following setup:
|
||||
|
||||
Due to the Android file system, the installation on it is different, please follow these steps:
|
||||
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
|
||||
|
||||
# Necessary dependencies
|
||||
pkg install -y x11-repo
|
||||
pkg install -y clang make openssl openssl-tool wget openssh coreutils gtk2 gtk3
|
||||
# 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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue