benyaeger / TrafficInterceptor

The Traffic Interceptor is a tool for impersonating a host in a LAN and intercepting the incoming traffic to that host using ARP and IP spoofing
1 stars 0 forks source link

Enhance ARP Poisoning #1

Open benyaeger opened 1 month ago

benyaeger commented 1 month ago

I should ARP poison the target as well as the router, so the traffic that the target is sending - will also be routed to localhost.

benyaeger commented 1 month ago

Added line 52 with commented line - ARP packet sent to the target and spoof his ARP cache. NEEDS TO BE TESTED