Skip to content

Commit

Permalink
Add busybox apk
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
binkybear committed Sep 17, 2016
1 parent 27f5ba5 commit 80fb9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nethunter-installer/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 80fb9ae

Please sign in to comment.