Skip to content

Instantly share code, notes, and snippets.

@iamshreeram
Last active July 26, 2024 20:44
Show Gist options
  • Save iamshreeram/ed6a968759c72078d7d37bd06e68eda1 to your computer and use it in GitHub Desktop.
Save iamshreeram/ed6a968759c72078d7d37bd06e68eda1 to your computer and use it in GitHub Desktop.
Install Kali Nethunter in Nexus 9

Steps to install Kali Nethunter in Nexus 9

  1. Root your device
  2. Download Nethunter
  3. Install adb to your computer
  4. Install respective twrp to nexus using adb

Rooting device :

Follow this process Only till rooting : https://www.pentestgeek.com/wireless/installing-kali-nethunter

Installing ADB and Twrp

For installation, https://www.youtube.com/watch?v=7Dq4ChFYRP4&vl=en

Download adb,

Run fastboot flash recovery twrp.img
fastboot boot recovery twrp.img

Then, click install and choose the nethunter file

Issues

1. installing metapackages

-- 1. kali-wireless ** Failed to fetch http://http.kali.org

Solution : This is because of not having latest archive key. Update the key with below steps

wget -q -O - https://archive.kali.org/archive-key.asc  | apt-key add

Try installing the metapackages after above steps

2. dpkg was interrupted you must manually run dpkg ..

Solution : Find the files or directories /var/lib/dpkg/updates and delete

rm -rf /var/lib/dpkg/updates/*
@fuad00
Copy link

fuad00 commented Jul 26, 2024

don't use Nexus Root Toolkit for unlocking OEM, instead just install fastboot, enter fastboot, run fastboot oem unlock and PLUG-IN USB ONLY AFTER < waiting for any device > message. May be helpful for linux and macos users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment