DOMIKINI()=>{SYS*DEV*OPS*CYBERSEC}

https://github.com/domikini/

Useful Network Commands

Network scanner

Scans subnet 192.168.1.0

  • sudo nmap -sP 192.168.1.0/24

Scans network range

  • sudo nmap -sP 192.168.1.1-254

Scans the local network

  • sudo arp-scan -l

Scans subnet 192.168.1.0

  • sudo arp-scan 192.168.1.0/24