You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After installation of objection I got error in terminal. Kali VM was fresh install and I already used frida with my mobile
To Reproduce
Steps to reproduce the behavior:
sudo pip3 install objection
objection -g com.bank.retail.uat explore
Expected behavior
Being able to explore the application
Evidence / Logs / Screenshots
Any output from objection, such as stack traces or errors that occurred. Be sure to run objection with the --debug flag so that errors from the agent are verbose enough to debug. For example:
┌──(Cheesemiss㉿kali)-[~/Documents/09062023/Secured]
└─$ objection --debug explore
Traceback (most recent call last):
File "/usr/local/bin/objection", line 5, in <module>
from objection.console.cli import cli
File "/home/Cheesemiss/.local/lib/python3.11/site-packages/objection/console/cli.py", line 8, in <module>
from .repl import Repl
File "/home/Cheesemiss/.local/lib/python3.11/site-packages/objection/console/repl.py", line 15, in <module>
from .commands import COMMANDS
File "/home/Cheesemiss/.local/lib/python3.11/site-packages/objection/console/commands.py", line 9, in <module>
from ..commands import plugin_manager
File "/home/Cheesemiss/.local/lib/python3.11/site-packages/objection/commands/plugin_manager.py", line 8, in <module>
from ..utils.plugin import Plugin as PluginType
File "/home/Cheesemiss/.local/lib/python3.11/site-packages/objection/utils/plugin.py", line 6, in <module>
from ..state.api import api_state
File "/home/Cheesemiss/.local/lib/python3.11/site-packages/objection/state/api.py", line 1, in <module>
from ..api.app import create_app
File "/home/Cheesemiss/.local/lib/python3.11/site-packages/objection/api/app.py", line 1, in <module>
from flask import Flask
File "/usr/lib/python3/dist-packages/flask/__init__.py", line 5, in <module>
from .app import Flask as Flask
File "/usr/lib/python3/dist-packages/flask/app.py", line 34, in <module>
from . import cli
File "/usr/lib/python3/dist-packages/flask/cli.py", line 15, in <module>
from click.core import ParameterSource
ImportError: cannot import name 'ParameterSource' from 'click.core' (/usr/local/lib/python3.11/dist-packages/click/core.py)
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
After installation of objection I got error in terminal. Kali VM was fresh install and I already used frida with my mobile
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Being able to explore the application
Evidence / Logs / Screenshots
Any output from objection, such as stack traces or errors that occurred. Be sure to run objection with the
--debug
flag so that errors from the agent are verbose enough to debug. For example:Additional context
The text was updated successfully, but these errors were encountered: