# arp-scan-windows **Repository Path**: lotapp/arp-scan-windows ## Basic Information - **Project Name**: arp-scan-windows - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-07-18 - **Last Updated**: 2022-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README arp-scan ==== arp-scan is for windows only, support x86 and x64. Option ----- * -t: target, format: [IP/slash] or [IP] Usage ----- ``` arp-scan -t IP/slash arp-scan -t IP ``` Example ----- ``` arp-scan -t 192.168.1.1/24 arp-scan -t 172.20.10.1 ```