chrizator / netattack2

An advanced network scan and attack script based on GUI. 2nd version of no-GUI netattack.
MIT License
418 stars 119 forks source link

error netattack2 #14

Closed djahrastafaari closed 6 years ago

djahrastafaari commented 6 years ago

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

hearthacker1 commented 6 years ago

occuring error like djahrastafaari please help us to resolve this problem

hearthacker1 commented 6 years ago

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.

chrizator commented 6 years ago

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)

kevine02 commented 4 years ago

[*] Scanning the network... Traceback (most recent call last): File "netattack2.py", line 579, in main() File "netattack2.py", line 576, in main handle_option(option) File "netattack2.py", line 80, in handle_option host_scan(False) File "netattack2.py", line 214, in host_scan hostscan.do_scan(ip_range) File "/root/netattack2/src/scan.py", line 61, in do_scan name = item["hostnames"][0]["name"] IndexError: list index out of range

How can I fix this error