This repo includes scripts for setting up machines
This script is used to setup a Kali2018 VM to be ready for usage in a WiFi Hacking ESXi environment.
- "cd scripts"
- run "./user00-Kali2018.sh"
- wait until it finishs working
This configuration file can be used to create a 5GHz WiFi network called "BAND" such that students can practice scanning for 5GHz networks.
- Run: sudo echo "deb http://http.kali.ord/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list
- Run: sudo apt-get -y install hostapd
- Run: airmon-ng check kill
- OPTIONAL: Change the 'bssid' and 'channel' in the .conf file if needed
- Run: hostapd ./BAND-hostapd.conf &