ffalcinelli / pydivert

A Python binding for WinDivert driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to redirect packets in transparent mode

mosesBD opened this issue · comments

how do i do this transparently meaning that if the destination mac address is not my pc's mac address will i be able to still see the traffic using this method?
do i have to enable promiscuous mode on my NIC? and if so will the packets be part of inbound or forwarding chain?
i,m looking for something similar to mitm transparent proxy.
tnx