alandau / arpspoof

A simple ARP spoofer for Windows
330 stars 67 forks source link

I can't run because of file #11

Closed r-clues closed 3 years ago

r-clues commented 3 years ago

If I turn on exe file, it says "wpcap.dll" does not exist. how can I get wpcap.dll?

alandau commented 3 years ago

wpcap.dll is part of WinPcap and Npcap. The former is deprecated so you should use the latter. It is also installed by Wireshark, and I recommend you to just install it: https://www.wireshark.org/

I updated arpspoof to better support Npcap, so after installing Wireshark, please try with version v0.2 of arpspoof: https://github.com/alandau/arpspoof/releases/tag/v0.2

r-clues commented 3 years ago

Thank you