• Ethical Hacking


    MITM - ARP Poisoning Theory

    Man In The Middle Attacks - ARP Poisoning

    This is one of the most dangerous and effective attacks that can be used, it is used to redirect packets to and from any client to our device, and since we have the network key, we can read/modify/drop these packets. This allows us to launch very powerful attacks.

    It is very effective and dangerous because it's very hard to protect against it as it exploits the insecure way that ARP works.

    ARP main security issues:

    1. Each ARP request/response is trusted.

    2. Clients can accept responses even if they did not send a request.

    >>ARP Poisoning

    We can exploit these two issues to redirect the flow of packets in the network.

    We will first send an ARP response to the client telling it that "I am the Router", this done by telling the client that the device with the router IP address has MY MAC address.

    Then we will send an ARP response to the router this time telling it that "I am the client", this done by telling the router that the device with the client IP address has MY MAC address.

    This means that the router thinks that I am the client, and the client thinks that I am the router. So my device is in the middle of the connection between the client and the router, ie: every packet that is going to/from the client will have to go through my device first.

    相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
  • 相关阅读:
    用原生JS判断素(质)数,并找出100~1000之间的所有素(质)数
    用原生JS找出所有的水仙花数
    break、continue和return语句的区别
    用原生JS写16进制随机颜色
    JavaScript函数
    JavaScript数组
    JavaScript流程控制
    新的开始,新的历程
    异常处理
    DictionaryBase
  • 原文地址:https://www.cnblogs.com/keepmoving1113/p/11946186.html
Copyright © 2020-2023  润新知