Last active
May 1, 2018 17:26
-
-
Save ianblenke/d7550eb2f0361d87b4e72ee6ae9e0614 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/system/bin/sh | |
mount --bind /proc/ /data/local/nhsystem/kali-armhf/proc/ | |
mount --bind /dev/ /data/local/nhsystem/kali-armhf/dev/ | |
mount --bind /sys/ /data/local/nhsystem/kali-armhf/sys/ | |
mount --bind /data/local/tmp /data/local/nhsystem/kali-armhf/tmp/ | |
chroot /data/local/nhsystem/kali-armhf/ /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment