Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running Osmedeus #194

Closed
Dayaaol opened this issue Dec 23, 2020 · 4 comments
Closed

Error running Osmedeus #194

Dayaaol opened this issue Dec 23, 2020 · 4 comments

Comments

@Dayaaol
Copy link

Dayaaol commented Dec 23, 2020

When i try to run Osmedeus i got this error

sudo ./osmedeus.py -t viator.com 1 ⨯
Traceback (most recent call last):
File "/home/daya/Osmedeus/./osmedeus.py", line 13, in
from lib.mode import routine
File "/home/daya/Osmedeus/lib/mode/routine.py", line 6, in
from lib.mode import general
File "/home/daya/Osmedeus/lib/mode/general.py", line 6, in
from modules import subdomain
File "/home/daya/Osmedeus/modules/subdomain.py", line 1, in
from modules import skeleton
File "/home/daya/Osmedeus/modules/skeleton.py", line 7, in
from lib.monitor import compare
File "/home/daya/Osmedeus/lib/monitor/compare.py", line 10, in
from lib.noti import slack_noti
File "/home/daya/Osmedeus/lib/noti/slack_noti.py", line 6, in
import slack
ModuleNotFoundError: No module named 'slack'

How to resolve this???

Kali Version 2020.4

@Liquid1998
Copy link

simply do "pip3 install slack"

It will solve ur issue

@aaryan778
Copy link

simply do "pip3 install slack"

It will solve ur issue

Yeah bro,tried that too. I was facing the same problem and installed slack too but to no avail.

Exception in thread django-main-thread:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.9/dist-packages/django/utils/autoreload.py", line 54, in wrapper
fn(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/django/core/management/commands/runserver.py", line 109, in inner_run
autoreload.raise_last_exception()
File "/usr/local/lib/python3.9/dist-packages/django/utils/autoreload.py", line 77, in raise_last_exception
raise _exception[1]
File "/usr/local/lib/python3.9/dist-packages/django/core/management/init.py", line 337, in execute
autoreload.check_errors(django.setup)()
File "/usr/local/lib/python3.9/dist-packages/django/utils/autoreload.py", line 54, in wrapper
fn(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/django/init.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/usr/local/lib/python3.9/dist-packages/django/apps/registry.py", line 91, in populate
app_config = AppConfig.create(entry)
File "/usr/local/lib/python3.9/dist-packages/django/apps/config.py", line 90, in create
module = import_module(entry)
File "/usr/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'corsheaders'
[-] Authentication failed at:
[-] Can't login to get JWT

@Liquid1998
Copy link

Liquid1998 commented Apr 30, 2021 via email

@j3ssie
Copy link
Owner

j3ssie commented Jan 1, 2022

The issue is no longer exist due to the repo having been upgraded to Osmedeus Next Generation v4.0

@j3ssie j3ssie closed this as completed Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants