Showing posts with label nmap. Show all posts
Showing posts with label nmap. Show all posts

Thursday, February 3, 2022

nmap network tool usage notes

 nmap notes

nmap -v -sn 192.168.xx.0/24

nmap -sn 192.168.xx.0/24

--30--

Tuesday, September 14, 2021

Odroid XU4 headless setup

This is for Odroid XU4 HC1, HC2 setup.


IP scan

Angry IP

Ping scan to update ARP table:
shell:~$ nmap -sn 192.168.100.0/24

full network scan info for nmap
shell:~$ nmap 172.20.20.0/24 
  (can have multiple subnets on command line)



--30--