Skip to content

Instantly share code, notes, and snippets.

@jmmmbnnn
jmmmbnnn / set-up-nethunter
Created April 18, 2018 01:58
Nexus 10 (manta) Nethunter Setup Snippets (WiFi Pineapple, Metasploit, ExploitDB / SearchSploit, Wireshark, CAN, Ubertooth)
#!/bin/bash
# author: jmmmbnnn
# https://www.kali.org/news/kali-linux-2018-1-release/
# Note that if you haven’t updated your Kali installation in some time (tsk2), you will like receive a GPG error about the repository key being expired (ED444FF07D8D0BF6). Fortunately, this issue is quickly resolved by running the following as root:
wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
# Update and upgrade
apt update -y
apt upgrade