-
Notifications
You must be signed in to change notification settings - Fork 800
Error during install Drozer #357
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
Comments
Same error here on macOS |
Yep, the same thing |
@alonf1983 change on 128 line in setup.py |
Error during install Drozer ReversecLabs#357
FYI this still not implemented on the master branch |
Hi, This is how I successfully installed Please run the following in this exact order:
The key is to use Next, download Install the agent on your mobile device and turn the agent on. Then, connect your mobile device to your Kali machine and run:
You should see no errors now. Please share the solution with others if it helps. If for some strange reason you need
Best of luck, |
Hi After successfully installing all the libraries mentioned, still getting "-bash: drozer: command not found." Environment - macOS Mojave |
Hi, Unfortunately, I do not have access to macOS so I cannot test it... Maybe one day... |
|
Can you run once again If you get any other errors, just try to install what is missing. Can you check if you have all the required modules e.g. in |
we have a docker image for drozer now https://hub.docker.com/r/fsecurelabs/drozer we recommend using that |
Steps to reproduce
Expected behaviour
should Building Python wheel
Actual behaviour:
root@kali:~/drozer# python setup.py bdist_wheel
Traceback (most recent call last):
File "setup.py", line 132, in
version = get_version(),
File "setup.py", line 128, in get_version
return subprocess.check_output(version_cmd).split('-', 1)[0]
File "/usr/lib/python2.7/subprocess.py", line 216, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Environment
Operating system:Linux Kali
**Java Version:**1.7
Drozer Version: latest clone
please help
The text was updated successfully, but these errors were encountered: