User Tools

Site Tools


newbie_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
newbie_guide [2018/11/21 23:27] – [Discovering Networks] Refresh and fixes/improvements mister_xnewbie_guide [2018/11/21 23:27] – [Sniffing IVs] Update interface name mister_x
Line 119: Line 119:
 Because of the channel hopping you won't capture all packets from your target net. So we want to listen just on one channel and additionally write all data to disk to be able to use it for cracking: Because of the channel hopping you won't capture all packets from your target net. So we want to listen just on one channel and additionally write all data to disk to be able to use it for cracking:
  
-  airodump-ng -c 11 --bssid 00:01:02:03:04:05 -w dump rausb0+  airodump-ng -c 11 --bssid 00:01:02:03:04:05 -w dump wlan0mon
  
 With the -c parameter you tune to a channel and the parameter after -w is the prefix to the network dumps written to disk.  The "-''''-bssid" combined with the AP MAC address limits the capture to the one AP.  The "-''''-bssid" option is only available on new versions of airodump-ng. With the -c parameter you tune to a channel and the parameter after -w is the prefix to the network dumps written to disk.  The "-''''-bssid" combined with the AP MAC address limits the capture to the one AP.  The "-''''-bssid" option is only available on new versions of airodump-ng.
newbie_guide.txt · Last modified: 2018/11/21 23:31 by mister_x