Discussion:
Hacking SSH/SSH2/SSL made easy ~ hydra8.7d for android .apk
(too old to reply)
s***@localhost.localdomain
2018-10-17 17:11:51 UTC
Permalink
hydra-8.7d-arm7-binary and libs ssl, ssh, crypto
aka. thc-hydra-for-android
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

This port/release is for educational and entertainment purposes only,... [o;-)
j***@test.com
2018-10-18 20:21:50 UTC
Permalink
Post by s***@localhost.localdomain
hydra-8.7d-arm7-binary and libs ssl, ssh, crypto
aka. thc-hydra-for-android
http://75.61.90.157/~god/hydra-for-android.tar.gz
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.better
termpro/lib2 )
4. create passwordlist
(
sh /sdcard/Download/wordlist.sh >> /sdcard/wordlist.txt
5. run hydra
This port/release is for educational and entertainment purposes only,... [o;-)
Thanks mate!

Loading...