Guest User

Untitled

a guest
Apr 3rd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. root@kali~# uname -a
  2. Linux kali 3.12-kali1-amd64 #1 SMP Debian 3.12.6-2kali1 (2014-01-06) x86_64 GNU/Linux
  3.  
  4. # plug card in
  5.  
  6. root@kali~# dmesg |grep rt2
  7. [ 6764.975119] ieee80211 phy0 rt2x00_set_rt Info - RT chipset 3070, rev 0201 detected
  8. [ 6765.249442] ieee80211 phy0 rt2x00_set_rf Info - RF chipset 0005 detected
  9. [ 6765.258594] usbcore registered new interface driver rt2800usb
  10. [ 6765.299479] ieee80211 phy0 rt2x00lib_request_firmware Info - Loading firmware file 'rt2870.bin'
  11. [ 6765.300555] rt2800usb 2-11.0 firmware direct-loading firmware rt2870.bin
  12. [ 6765.300559] ieee80211 phy0 rt2x00lib_request_firmware Info - Firmware detected - version 0.29
  13. root@kali~#
  14.  
  15. root@kali~# airmon-ng check kill
  16.  
  17.  
  18. Found 3 processes that could cause trouble.
  19. If airodump-ng, aireplay-ng or airtun-ng stops working after
  20. a short period of time, you may want to kill (some of) them!
  21. -e
  22. PID Name
  23. 2569 NetworkManager
  24. 2690 dhclient
  25. 13089 wpa_supplicant
  26. Killing all those processes...
  27. root@kali~#
  28.  
  29. root@kali~# airmon-ng start wlan0
  30.  
  31.  
  32. Interface Chipset Driver
  33.  
  34. wlan0 Ralink RT2870/3070 rt2800usb - [phy0]
  35. (monitor mode enabled on mon0)
  36.  
  37. root@kali~#
  38. root@kali~# airodump-ng --channel 6 mon0
Advertisement
Add Comment
Please, Sign In to add comment