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:
parent
8f3d0065a9
commit
44bd28d660
1 changed files with 12 additions and 0 deletions
12
pages.ko/common/dhcpwn.md
Normal file
12
pages.ko/common/dhcpwn.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# dhcpwn
|
||||
|
||||
> DHCP IP 소진하는 공격을 테스트하고 로컬 DHCP 트래픽을 스니핑한다.
|
||||
> 더 많은 정보: <https://github.com/mschwager/dhcpwn>.
|
||||
|
||||
- 네트워크에 IP 요청들로 쇄도하기:
|
||||
|
||||
`dhcpwn --interface {{네트워크_인터페이스}} flood --count {{요청들의_수}}`
|
||||
|
||||
- 로컬 DHCP 트래픽 스니핑하기:
|
||||
|
||||
`dhcpwn --interface {{네트워크_인터페이스}} sniff`
|
Loading…
Add table
Reference in a new issue