ivanvza / arpy

Mac OSX ARP spoof (MiTM) tool that can also plug into Gource
MIT License
262 stars 53 forks source link

Doesn't start #13

Closed krychevsk16 closed 7 years ago

krychevsk16 commented 7 years ago

Basicly this happens:

sudo python arpy.py

python: can't open file 'arpy.py': [Errno 2] No such file or directory

Even if I cloned this git thing, still doesn't work

ivanvza commented 7 years ago

Hi @krychevsk16,

Are you in the same directory as the file arpy.py when you run sudo python arpy.py command?

krychevsk16 commented 7 years ago

@ivanvza Still doesn't work:

Traceback (most recent call last): File "arpy.py", line 25, in import scapy.all as scapy File "/Library/Python/2.7/site-packages/scapy/all.py", line 16, in from scapy.arch import File "/Library/Python/2.7/site-packages/scapy/arch/init.py", line 79, in from scapy.arch.pcapdnet import File "/Library/Python/2.7/site-packages/scapy/arch/pcapdnet.py", line 471, in import dumbnet as dnet ImportError: No module named dumbnet

krychevsk16 commented 7 years ago

Nevermind, I installed the dumbnet (forgot original name), thanks for the program!