adbsploit
adbsploit copied to clipboard
error using devices command
what i'm doing wrong?
adbsploit(none) > devices Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 94, in _connect self.__conn = self._create_socket() File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 86, in _create_socket s.connect((adb_host, adb_port)) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/adbsploit", line 33, in
Hi @gtgre, sorry for the late reply can you tell me what OS are you using and what version of python?
@mesquidar yes the os is kali arm and I've tried whit python2 and python3
Hi @gtgre can you try with Python 3.6? and then try to install adb tools Once is installed clone the repo and install again adbsploit with python setup.py install
@mesquidar sorry i'v tried whit 3.6 but i can't make it work i'v tried also 3.8 but same issue
Did you ever work out how to fix this? I'm seeing the same issue in python 3.9
I have the same problem in python 3.9 Do you have a solution?
how to install remote-control on adbsploit