notes/NEXX Router Open WRT Notes-93QE4Yx1.sh
#https://wiki.openwrt.org/toh/nexx/wt3020#installation

#http://www.securityskeptic.com/2016/01/how-to-turn-a-nexx-wt3020-router-into-a-tor-router.html

#TELNET

telnet 192.168.8.1
#login: nexxadmin
#Password: y1n2inc.com0755

#installing openwrt

cd /tmp
wget http://downloads.openwrt.org/chaos_calmer/15.05/ramips/mt7620/openwrt-15.05-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin
mtd_write -r write openwrt-15.05-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin mtd3

#mount USB Storage

opkg update
opkg install kmod-usb-storage kmod-fs-ext4 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 block-mount

#aircrack-ng monitoring
airmon-ng stop wlan0
airmon-ng start wifi0

airodump-ng wlan0 --output-format csv -w /USB/wifimon/$(date +%s).csv

syntax highlighted by Code2HTML, v. 0.9.1