1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

dhcpwn: Add Korean Translation (#3686)

This commit is contained in:
Proscream 2019-12-24 22:56:05 +09:00 committed by Zlatan Vasović
parent 8f3d0065a9
commit 44bd28d660

12
pages.ko/common/dhcpwn.md Normal file
View file

@ -0,0 +1,12 @@
# dhcpwn
> DHCP IP 소진하는 공격을 테스트하고 로컬 DHCP 트래픽을 스니핑한다.
> 더 많은 정보: <https://github.com/mschwager/dhcpwn>.
- 네트워크에 IP 요청들로 쇄도하기:
`dhcpwn --interface {{네트워크_인터페이스}} flood --count {{요청들의_수}}`
- 로컬 DHCP 트래픽 스니핑하기:
`dhcpwn --interface {{네트워크_인터페이스}} sniff`