chrizator / netattack2

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

I get this error. program not running #5

Closed waelhaydar closed 7 years ago

waelhaydar commented 7 years ago

Traceback (most recent call last): File "netattack2.py", line 2, in from src import * File "/root/netattack2/src/scan.py", line 3, in import netifaces ImportError: No module named netifaces

chrizator commented 7 years ago

I have not yet included an auto installer. Sorry for that. Type: pip install netifaces

Thank you for reporting.