cannot import name IP
I get this error when running python Saddam.py
Traceback (most recent call last):
File "Saddam.py", line 9, in <module>
from pinject import IP, UDP
ImportError: cannot import name IP
Any help?
Put pinject in the same directory.
Put pinject in the same directory
@whitedays2007 What does that mean and how can I? Sorry if this sounds like a dumb question I dont know much about python
EDIT: figured out what you meant, I just don't know where my python files are stored
EDIT 2: I figured out and I did it, but it's still giving me the exact same error, can anyone help?
You need to put the file pinject.py in the same directory as Saddam.py
Its in another repository.
you can edit the code and change pinject with scapy (from scapy.all import IP, UDP)