Pre Connection Attacks
Randomize MAC
### macchanger ###
ifconfig <iface> down
macchanger -r <iface>
ifconfig <iface> up
### ifconfig ###
ifconfig <iface> down
ifconfig <iface> hw ether <new-mac-address>
ifconfig <iface> upEnable/Disable Monitor Mode
### Enabling Monitor mode ##
# Method 1
ifconfig <iface> down
airmon-ng check kill
iwconfig <iface> mode monitor
ifconfig <iface> up
# Method 2
ifconfig <iface> down
airmon-ng check kill
airmon-ng start <iface>
ifconfig <iface> up
### Turning off monitor mode
ifconfig <iface> down
airmon-ng stop <iface>
ifconfig <iface> up
NetworkManager restartLast updated