Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. root@bt:~# ifconfig
  2. eth0 Link encap:Ethernet HWaddr 00:1c:23:8e:ea:a8
  3. inet addr:172.16.5.208 Bcast:172.16.5.255 Mask:255.255.255.0
  4. inet6 addr: fe80::21c:23ff:fe8e:eaa8/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:21012 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:3282 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:6204257 (6.2 MB) TX bytes:367200 (367.2 KB)
  10. Interrupt:17
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:16436 Metric:1
  16. RX packets:17 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:1273 (1.2 KB) TX bytes:1273 (1.2 KB)
  20.  
  21. wlan0 Link encap:Ethernet HWaddr 00:1b:77:c3:9f:65
  22. UP BROADCAST MTU:1500 Metric:1
  23. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  24. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  25. collisions:0 txqueuelen:1000
  26. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  27.  
  28.  
  29. root@bt:~# aireplay-ng -9 wlan0
  30. ioctl(SIOCSIWMODE) failed: Device or resource busy
  31.  
  32. ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
  33. ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Make
  34. sure RFMON is enabled: run 'airmon-ng start wlan0 <#>'
  35. Sysfs injection support was not found either.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement