From charlesreid1

(Created page with "Implementation of macof to fill CAM tables: http://www.cisco.com/web/ME/exposaudi2009/assets/docs/layer2_attacks_and_mitigation_t.pdf =Flags= {{DsniffFlag}} {{KaliFlag}}")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=Overview=
==What is it?==
macof is a utility that rapidly spoofs mac addresses in order to fill up the MAC address tables of routers. This enables ARP poisoning [[MITM]] attacks, because the router can no longer keep track of which physical device corresponds to which IP address.
Also see [[Kali/Layer_3_Attacks#Routing_Table_Overflow]]
Implementation of macof to fill CAM tables: http://www.cisco.com/web/ME/exposaudi2009/assets/docs/layer2_attacks_and_mitigation_t.pdf
Implementation of macof to fill CAM tables: http://www.cisco.com/web/ME/exposaudi2009/assets/docs/layer2_attacks_and_mitigation_t.pdf



Latest revision as of 19:06, 5 March 2022

Overview

What is it?

macof is a utility that rapidly spoofs mac addresses in order to fill up the MAC address tables of routers. This enables ARP poisoning MITM attacks, because the router can no longer keep track of which physical device corresponds to which IP address.


Also see Kali/Layer_3_Attacks#Routing_Table_Overflow

Implementation of macof to fill CAM tables: http://www.cisco.com/web/ME/exposaudi2009/assets/docs/layer2_attacks_and_mitigation_t.pdf

Flags