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
I am running MobSF and I intend to use a physical android device. It appears that my configuration does not work well. I need help on setting up my physical android device to work with MobSF.
USB debugging mode is enabled on the device.
ADB is installed as well.
adb: unable to connect for root: device 'b9e652c' not found
[ERROR] 09/Oct/2023 15:46:52 - MobSFying Android instance failed
Traceback (most recent call last):
File "/home/mobsf/Mobile-Security-Framework-MobSF/mobsf/DynamicAnalyzer/views/android/operations.py", line 98, in mobsfy
if not create_env.connect_n_mount():
File "/home/mobsf/Mobile-Security-Framework-MobSF/mobsf/DynamicAnalyzer/views/android/environment.py", line 95, in connect_n_mount
if not self.run_subprocess_verify_output([get_adb(),
File "/home/mobsf/Mobile-Security-Framework-MobSF/mobsf/DynamicAnalyzer/views/android/environment.py", line 68, in run_subprocess_verify_output
out = subprocess.check_output(cmd) # lgtm [py/command-line-injection]
File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/adb', '-s', 'b9e652c', 'root']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
👋 @syntaCorp
Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
I am running MobSF and I intend to use a physical android device. It appears that my configuration does not work well. I need help on setting up my physical android device to work with MobSF.
USB debugging mode is enabled on the device.
ADB is installed as well.
adb: unable to connect for root: device 'b9e652c' not found
[ERROR] 09/Oct/2023 15:46:52 - MobSFying Android instance failed
Traceback (most recent call last):
File "/home/mobsf/Mobile-Security-Framework-MobSF/mobsf/DynamicAnalyzer/views/android/operations.py", line 98, in mobsfy
if not create_env.connect_n_mount():
File "/home/mobsf/Mobile-Security-Framework-MobSF/mobsf/DynamicAnalyzer/views/android/environment.py", line 95, in connect_n_mount
if not self.run_subprocess_verify_output([get_adb(),
File "/home/mobsf/Mobile-Security-Framework-MobSF/mobsf/DynamicAnalyzer/views/android/environment.py", line 68, in run_subprocess_verify_output
out = subprocess.check_output(cmd) # lgtm [py/command-line-injection]
File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/adb', '-s', 'b9e652c', 'root']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: