Closed maheshbasnet089 closed 10 months ago
any errors when running setup.sh?
provide more information or close issue
No updates and current build seems to work correctly. closing
I saw this error the other day while testing stuff for moth.
On Ubuntu I uninstalled the pip modules and installed them using apt. They all installed correctly but I got the error about netaddr.
I didn't put any effort into debugging why.
On Wed, 10 Jan 2024, 23:57 Kent Ickler, @.***> wrote:
No updates and current build seems to work correctly. closing
— Reply to this email directly, view it on GitHub https://github.com/RedSiege/EyeWitness/issues/579#issuecomment-1885945968, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWI3RDEDJRXP7WBNRL3YN4TGXAVCNFSM553QHAKKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGU4TINJZGY4A . You are receiving this because you are subscribed to this thread.Message ID: @.***>
OS Used - ALL Information (architecture, linux flavor, etc.)
Linux
Pastebin link to error you are encountering
File "/usr/share/eyewitness/EyeWitness.py", line 15, in
from modules import db_manager
File "/usr/share/eyewitness/modules/db_manager.py", line 4, in
from modules.objects import HTTPTableObject
File "/usr/share/eyewitness/modules/objects.py", line 5, in
from modules.helpers import strip_nonalphanum
File "/usr/share/eyewitness/modules/helpers.py", line 13, in
from netaddr import IPAddress
ModuleNotFoundError: No module named 'netaddr'
Expected behavior (vs. what you encountered)
Any additional information