Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Nmap port scanning, check host is up entire network
- nmap -sP 10.100.43.0/24
- # mendapatkan mac beserta vendor name, sepertinya hanya berhasil jika scan dalam satu network
- nmap -sn 10.100.43.*
- # guest the OS
- nmap -O -v 10.100.43.102
Add Comment
Please, Sign In to add comment