arp-scan: add Korean translation (#11599)

pull/23/head
HoJeong Im 2023-11-29 03:58:43 +09:00 committed by GitHub
parent 4986a3f134
commit 5bb4f442d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# arp-scan
> ARP 패킷을 호스트(IP 주소 또는 호스트 이름으로 지정)로 보내 로컬 네트워크를 검색합니다.
> 더 많은 정보: <https://github.com/royhills/arp-scan>.
- 현재 로컬 네트워크 검색:
`arp-scan --localnet`
- 사용자 정의 비트마스크를 사용하여 IP 네트워크 스캔:
`arp-scan {{192.168.1.1}}/{{24}}`
- 사용자 정의 범위 내에서 IP 네트워크 검색:
`arp-scan {{127.0.0.0}}-{{127.0.0.31}}`
- 사용자 정의 넷 마스크로 IP 네트워크 스캔:
`arp-scan {{10.0.0.0}}:{{255.255.255.0}}`