From charlesreid1

No edit summary
No edit summary
Line 1: Line 1:
=Wired Network=
=Wired Networks=


Trying Man in the Middle attack with ARP spoofing on a wired network. The configuration:
Man in the Middle attacks on wired networks can happen with two different configurations, each requiring different strategies:
* Network Neighbor setup
* Network Tap setup
 
==Network Neighbor==
 
See [[Man in the Middle/Wired/ARP Poisoning]] page
 
The Network Neighbor setup involves an attacker and a sheep that are both connected directly to a router or network switch:


<pre>
<pre>
Line 12: Line 20:
</pre>
</pre>


==How It Works==
This configuration requires a man in the middle attack to proceed by ARP spoofing, in which the attacker changes the router/network switch table that maps MAC addresses to IP addresses. This allows the attacker to send/receive traffic, and pass it through to another computer on the network (the target).
 
==Network Tap==
 
See [[Man in the Middle/Wired/Network Tap]] page
 
In the network tap setup, the attacker physically sits between the sheep and the network router or network switch:
 
<pre>
    +--------[Target computer]
    |
    |
[ Attack computer ]
    |
    |
[Router]
</pre>
 
 


This attack utilizes The way this works is, the attack computer modifies the ARP






{{MITMFlag}}
{{MITMFlag}}

Revision as of 08:12, 27 August 2015

Wired Networks

Man in the Middle attacks on wired networks can happen with two different configurations, each requiring different strategies:

  • Network Neighbor setup
  • Network Tap setup

Network Neighbor

See Man in the Middle/Wired/ARP Poisoning page

The Network Neighbor setup involves an attacker and a sheep that are both connected directly to a router or network switch:

+----[Target computer]
|
|      +---[Attack computer]
|      |
|      |
[Router]

This configuration requires a man in the middle attack to proceed by ARP spoofing, in which the attacker changes the router/network switch table that maps MAC addresses to IP addresses. This allows the attacker to send/receive traffic, and pass it through to another computer on the network (the target).

Network Tap

See Man in the Middle/Wired/Network Tap page

In the network tap setup, the attacker physically sits between the sheep and the network router or network switch:

    +--------[Target computer]
    |
    |
[ Attack computer ]
    |
    |
[Router]