j3ssie / osmedeus

A Workflow Engine for Offensive Security
https://osmedeus.org/
MIT License
5.27k stars 873 forks source link

cant use osmedeus after install it #212

Closed eyal-gabay closed 3 years ago

eyal-gabay commented 3 years ago

i get this error after install

python3 ./osmedeus.py -t c.com

Traceback (most recent call last): File "/home/eyal/opt/Osmedeus/./osmedeus.py", line 13, in from lib.mode import routine File "/home/eyal/opt/Osmedeus/lib/mode/routine.py", line 6, in from lib.mode import general File "/home/eyal/opt/Osmedeus/lib/mode/general.py", line 6, in from modules import subdomain ImportError: cannot import name 'subdomain' from 'modules' (/usr/lib/python3.9/site-packages/modules/init.py)

i cant understand why he isnt import the modules from the directory

do you know what i can do with it?

i use black arch linux

install like this: cd /home/eyal/opt/ git clone https://github.com/j3ssie/Osmedeus cd Osmedeus ./install.sh

eyal-gabay commented 3 years ago

found a way to fix it sudo cp modules/* /usr/lib/python3.9/site-packages/modules/