mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
Add termux setup file (android)
This commit is contained in:
parent
4de7595357
commit
ef3c334671
1 changed files with 17 additions and 0 deletions
17
setup-termux.sh
Normal file
17
setup-termux.sh
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#this script will configure hydra in termux
|
||||||
|
|
||||||
|
TERMUX_PREFIX="/data/data/com.termux/files/usr"
|
||||||
|
|
||||||
|
#required dependencies
|
||||||
|
|
||||||
|
pkg update && pkg upgrade
|
||||||
|
pkg install -y x11-repo
|
||||||
|
pkg install -y clang make openssl openssl-tool wget openssh coreutils gtk2 gtk3
|
||||||
|
|
||||||
|
#compile hydra
|
||||||
|
|
||||||
|
./configure --prefix=$TERMUX_PREFIX
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue