thesuhu

Nmap Command

Sep 21st, 2020 (edited)
835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. # Nmap port scanning, check host is up entire network
  2. nmap -sP 10.100.43.0/24
  3.  
  4. # mendapatkan mac beserta vendor name, sepertinya hanya berhasil jika scan dalam satu network
  5. nmap -sn 10.100.43.*
  6.  
  7. # guest the OS
  8. nmap -O -v 10.100.43.102
Add Comment
Please, Sign In to add comment