1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages.ko/linux/arpspoof.md
코드싸이 38f417243c
linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation

* Update pages.ko/linux/apt-file.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/ark.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/atool.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-08 16:21:35 +09:00

606 B

arpspoof

패킷을 가로채기 위해 ARP 응답을 위조합니다. 더 많은 정보: https://monkey.org/~dugsong/dsniff.

  • 호스트의 패킷을 가로채기 위해 [i]인터페이스의 모든 호스트를 중독:

sudo arpspoof -i {{wlan0}} {{호스트_IP}}

  • 호스트의 패킷을 가로채기 위해 [i]인터페이스의 [t]대상을 중독:

sudo arpspoof -i {{wlan0}} -t {{대상_IP}} {{호스트_IP}}

  • 호스트의 패킷을 가로채기 위해 [i]인터페이스의 [t]대상과 호스트를 모두 중독:

sudo arpspoof -i {{wlan0}} -r -t {{대상_IP}} {{호스트_IP}}