Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 Pcap.Net 进行 MITM 项目,但现在我被卡住了。为了简短起见,我需要获取我选择的 LivePacketDevice 的默认网关地址。有没有一种简单的方法可以做到这一点,因为我没有找到任何东西。
谢谢特米
device.GetNetworkInterface().GetIPProperties().GatewayAddresses[0].Address
明白了:D!