Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. C:UsersL3K> arp -a
  2.  
  3. Interface: 192.168.200.128 --- 0xb
  4. Internet Address Physical Address Type
  5. 192.168.200.1 00-50-7f-c3-5c-88 dynamic
  6. 192.168.200.2 00-50-7f-d1-e1-40 dynamic
  7. 192.168.200.6 00-80-77-dd-a8-6b dynamic
  8.  
  9. sudo arp-scan 192.168.200.0/24
  10.  
  11. sudo arp-scan -I wlan0 192.168.200.0/24
  12.  
  13. ifconfig (For Debian based OS such as Ubuntu)
  14. ip link (For OS like Arch Linux)
  15.  
  16. # arping -c 1 -I eth0 10.100.10.11
  17. ARPING 10.100.10.11 from 10.100.10.25 eth0
  18. Unicast reply from 10.100.10.11 [00:22:68:88:F3:90] 0.594ms
  19. Sent 1 probes (1 broadcast(s))
  20. Received 1 response(s)
  21.  
  22. getmac /s hostname
  23.  
  24. getmac /s IP
  25.  
  26. nmap -n -sP 192.168.146.0/24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement