Skip to content

Instantly share code, notes, and snippets.

View hackingguy's full-sized avatar
:electron:
Wanna Be A Hacker!

Akash Chhabra hackingguy

:electron:
Wanna Be A Hacker!
View GitHub Profile
wget https://redirector.gvt1.com/edgedl/android/studio/ide-zips/4.0.1.0/android-studio-ide-193.6626763-linux.tar.gz
tar -xvf *.tar.gz
mv android-studio /root/Downloads/
rm *.tar.gz
printf "[Desktop Entry]\nVersion=1.0\nType=Application\nName=Android Studio\nComment=Android Development Machine\nExec=/root/Downloads/android-studio/bin/studio.sh\nIcon=/root/Downloads/android-studio/bin/studio.png\nPath=\nTerminal=false\nStartupNotify=false" > /root/Desktop/Studio.desktop
#!/bin/bash
# shellcheck disable=SC2016
set -e
VERSION="1.15.7"
[ -z "$GOROOT" ] && GOROOT="$HOME/.go"
[ -z "$GOPATH" ] && GOPATH="$HOME/go"
OS="$(uname -s)"

#Wireless Penetration Testing Cheat Sheet

##WIRELESS ANTENNA

  • Open the Monitor Mode
root@uceka:~# ifconfig wlan0mon down
root@uceka:~# iwconfig wlan0mon mode monitor
root@uceka:~# ifconfig wlan0mon up