From 80fb9aec91e31e626bdac99b5532080ee53ac94f Mon Sep 17 00:00:00 2001 From: binkybear Date: Sat, 17 Sep 2016 14:12:14 -0500 Subject: [PATCH] Add busybox apk https://github.com/binkybear/busybox/releases/tag/1.24.3 Our version of busybox. Add installer for those who are having issues with conflicting busybox or just want our version. Signed-off-by: binkybear --- nethunter-installer/build.py | 1 + .../update/META-INF/com/google/android/update-binary | 1 + 2 files changed, 2 insertions(+) diff --git a/nethunter-installer/build.py b/nethunter-installer/build.py index 449950082e..bffbfbdd79 100755 --- a/nethunter-installer/build.py +++ b/nethunter-installer/build.py @@ -149,6 +149,7 @@ def allapps(forcedown): 'Shodan':'https://github.com/PaulSec/Shodan.io-mobile-app/raw/master/io.shodan.app.apk', 'RouterKeygen':'https://github.com/routerkeygen/routerkeygenAndroid/releases/download/v3.15.0/routerkeygen-3-15-0.apk', 'cSploit':'https://github.com/cSploit/android/releases/download/v1.6.5/cSploit-release.apk' + 'Busybox':'https://github.com/binkybear/busybox/releases/download/1.24.3/busybox.apk' } app_path = os.path.join('update', 'data', 'app') diff --git a/nethunter-installer/update/META-INF/com/google/android/update-binary b/nethunter-installer/update/META-INF/com/google/android/update-binary index 75b22bb6e2..bebe70b608 100755 --- a/nethunter-installer/update/META-INF/com/google/android/update-binary +++ b/nethunter-installer/update/META-INF/com/google/android/update-binary @@ -171,6 +171,7 @@ installapp "Shodan" "Shodan.apk" "io.shodan.app" installapp "USB Keyboard" "USBKeyboard.apk" "remote.hid.keyboard.client" installapp "Router Keygen" "RouterKeygen.apk" "io.github.routerkeygen" installapp "DriveDroid" "Drivedroid.apk" "com.softwarebakery.drivedroid" +installapp "Busybox" "busybox.apk" "ru.meefik.busybox" progress 0.5