2.5k likes | 2.64k Views
ACM Wi-Fi Workshop. Presented By: Chris Rawlings Brad Emge. Disclaimer. By participating in this workshop you agree to be hacked for demonstration purposes only. Don't worry, no personal data will be collected or stored .
E N D
ACM Wi-Fi Workshop Presented By: Chris Rawlings Brad Emge
Disclaimer • By participating in this workshop you agree to be hacked for demonstration purposes only. Don't worry, no personal data will be collected or stored. • Tools demonstrated in this panel are legitimate devices that comply with all the necessary rules and regulations and are used by Governments and Penetration testers to conduct lawful spying and security audits. • The contents of this file are for educational purposes only. It is strongly suggested that you do not use this knowledge for illegal purposes.
Information • All steps in this slide show were performed and tested on 32-bit kali linux version 1.0.6 with an Alfa AWUSO36H USB wireless card(these are the operating system and wireless card you have in front of you). • Any statement that beings with ‘#’ is a command to be typed in the terminal
What is Kali Linux • Debian based Linux operating system • Designed for the sole purpose of penetration testing, exploitation, and hacking
Booting into Kali Linux • Start with computer off • Plug in flash drive and USB wireless card • Boot the computer off of the USB flash drive • From YUMI select system tools then kali • Select live (686-pae) from the boot menu
Post Kali Boot • Make sure that your computer is not in “airplane” mode • Click applicationssystemtoolspreferencessystemsettingsnetwork • Make sure airplane mode is off • Close that window
Temporarily Connecting to The Internet • Click the network icon in the upper right • Looks like two computers with a red circle and a X • Select the MST-PSK-N network • Make sure you are connecting with the non-realtek wireless adapter • Enter the password “JoeMiner”
Getting Necessary Files • Open the terminal • Type #wgethttp://tinyurl.com/acmwifiworkshopfiles • Open root under the places menu • Unzip the file and make sure the files are all in the root folder
Terms and Definitions • Access Point(AP) • Bandwidth • Channel • Evil Twin • Frequency • Honeypot • IEEE 802.11
Terms and Definitions • IP Address • ISM Band • MAC Address • Modes of Wi-fi • NIC • Packet
Terms and Definitions • Rainbow Table • WEP • Wi-Fi • WPA • WPA2 • WPS
Type #ifconfigwlan1 • ifconfig • program we are using • wlan1 • interface we want information on
Type #ifconfig wlan1 down • ifconfig • program that we are running • wlan1 • interface we are operating on • down • disable the interface
Type #macchanger –m de:ad:be:ef:c0:fe wlan1 • macchanger • program we are using • -m • manually set the MAC address • de:ed:be:ef:c0:fe • MAC address of your choice • wlan1 • interface we are changing the MAC of
Type #ifconfigwlan1 up • ifconfig • program that we are running • wlan1 • interface we are operating on • down • enable the interface
Type #ifconfigwlan1 • ifconfig • program we are using • wlan1 • interface we are interested in
Type #ifconfig wlan1 down • ifconfig • program that we are running • wlan1 • interface we are operating on • down • disable the interface
Type #macchanger –r wlan1 • macchanger • program we are using • -r • random MAC address • wlan1 • interface we are operating on
Type #ifconfig wlan1 up • ifconfig • program we are using • wlan1 • interface we are interested in • up • enable the interface
Type #ifconfigwlan1 • ifconfig • the program we are using • wlan1 • the interface we are interested in
Type #ifconfig wlan1 down • ifconfig • program that we are running • wlan1 • interface we are operating on • down • disable the interface
Type #macchanger –p wlan1 • macchanger • the program we are using • -p • changes the MAC back to factory settings • wlan1 • the interface we are operating on
Type #ifconfig wlan1 up • ifconfig • program we are using • wlan1 • interface we are interested in • up • enable the interface
Type #ifconfigwlan1 • ifconfig • the program we are using • wlan1 • the interface we are interested in
type #iwconfig wlan1 • iwconfig • program we are using • wlan1 • interface we are interested in
type #iwconfig wlan1 channel c • iwconfig • program we are using • wlan1 • interface we are operating on • channel • allows you to change the channel • c • specific channel you wish to use 1,2,3…
type #iwconfig wlan1 • iwconfig • program we are using • wlan1 • interface we are interested in