Advertisement
Guest User

Machine 1

a guest
Feb 12th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.10 KB | None | 0 0
  1. root@DC-20-T:~# rfkill unblock all
  2. root@DC-20-T:~# ifconfig wlan0 up
  3. root@DC-20-T:~# airmon-ng check kill
  4. Killing these processes:
  5.  
  6.   PID Name
  7.   666 dhclient
  8.   837 wpa_supplicant
  9.  
  10. root@DC-20-T:~# airmon-ng start wlan0
  11. No interfering processes found
  12. PHY Interface   Driver      Chipset
  13.  
  14. phy0    wlan0       ath5k       Qualcomm Atheros AR5212/AR5213 Wireless Network Adapter (rev 01)
  15.         (mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon)
  16.         (mac80211 station mode vif disabled for [phy0]wlan0)
  17.  
  18.  
  19. root@DC-20-T:~# ifconfig
  20. eth0      Link encap:Ethernet  HWaddr 00:d0:b7:9e:e0:93  
  21.           inet addr:192.168.1.104  Bcast:192.168.1.255  Mask:255.255.255.0
  22.           inet6 addr: fe80::2d0:b7ff:fe9e:e093/64 Scope:Link
  23.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  24.           RX packets:13 errors:0 dropped:0 overruns:0 frame:0
  25.           TX packets:61 errors:0 dropped:0 overruns:0 carrier:0
  26.           collisions:0 txqueuelen:1000
  27.           RX bytes:4016 (3.9 KiB)  TX bytes:10404 (10.1 KiB)
  28.  
  29. lo        Link encap:Local Loopback  
  30.           inet addr:127.0.0.1  Mask:255.0.0.0
  31.           inet6 addr: ::1/128 Scope:Host
  32.           UP LOOPBACK RUNNING  MTU:65536  Metric:1
  33.           RX packets:20 errors:0 dropped:0 overruns:0 frame:0
  34.           TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
  35.           collisions:0 txqueuelen:0
  36.           RX bytes:1200 (1.1 KiB)  TX bytes:1200 (1.1 KiB)
  37.  
  38. wlan0mon  Link encap:UNSPEC  HWaddr 00-40-96-B4-2A-52-3A-30-00-00-00-00-00-00-00-00  
  39.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  40.           RX packets:25 errors:0 dropped:25 overruns:0 frame:0
  41.           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  42.           collisions:0 txqueuelen:1000
  43.           RX bytes:3636 (3.5 KiB)  TX bytes:0 (0.0 B)
  44.  
  45. root@DC-20-T:~# iwconfig
  46. eth0      no wireless extensions.
  47.  
  48. eth1      no wireless extensions.
  49.  
  50. wlan0mon  IEEE 802.11abg  Mode:Monitor  Frequency:2.457 GHz  Tx-Power=30 dBm  
  51.           Retry short limit:7   RTS thr:off   Fragment thr:off
  52.           Power Management:on
  53.          
  54. lo        no wireless extensions.
  55.  
  56. root@DC-20-T:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement