Closed djahrastafaari closed 6 years ago
occuring error like djahrastafaari please help us to resolve this problem
hi sir what up today i am very tried because of your this tool that not work please help us to resolve this bloody problem root@khalid:~/netattack2# ./netattack2.py ERROR: Modules missing. Do you want to automatically install all requirements? (y/n): y [*] Installing requirements, please stand by... sudo: pip: command not found
[+] Requirements installed.
Hello, it seems like you don't have pip installed.
You should be able to fix it by typing:
sudo apt-get install python-pip
(for python2)
sudo apt-get install python3-pip
(for python3)
[*] Scanning the network...
Traceback (most recent call last):
File "netattack2.py", line 579, in
How can I fix this error
how to resolve this errror: Traceback (most recent call last): File "./netattack2.py", line 47, in
from scapy.all import
File "/usr/local/lib/python2.7/dist-packages/scapy/all.py", line 10, in
from .config import
File "/usr/local/lib/python2.7/dist-packages/scapy/config.py", line 11, in
from .data import *
File "/usr/local/lib/python2.7/dist-packages/scapy/data.py", line 184, in
TCP_SERVICES,UDP_SERVICES=load_services("/etc/services")
File "/usr/local/lib/python2.7/dist-packages/scapy/data.py", line 109, in load_services
f=open(filename, errors='ignore')
TypeError: 'errors' is an invalid keyword argument for this function