Advertisement
metalx1000

NEXX Router Open WRT Notes

Feb 4th, 2018
923
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.74 KB | None | 0 0
  1. #https://wiki.openwrt.org/toh/nexx/wt3020#installation
  2. #http://www.securityskeptic.com/2016/01/how-to-turn-a-nexx-wt3020-router-into-a-tor-router.html
  3.  
  4. #TELNET
  5. telnet 192.168.8.1
  6. #login: nexxadmin
  7. #Password: y1n2inc.com0755
  8.  
  9. #installing openwrt
  10. cd /tmp
  11. wget http://downloads.openwrt.org/chaos_calmer/15.05/ramips/mt7620/openwrt-15.05-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin
  12. mtd_write -r write openwrt-15.05-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin mtd3
  13.  
  14. #mount USB Storage
  15. opkg update
  16. opkg install kmod-usb-storage kmod-fs-ext4 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 block-mount
  17.  
  18. #aircrack-ng monitoring
  19. airmon-ng stop wlan0
  20. airmon-ng start wifi0
  21. airodump-ng wlan0 --output-format csv -w /USB/wifimon/$(date +%s).csv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement