Description
After insulation and running the app. There were multiple error codes which were not clearly defined. I am sure that the requirements were downloaded previously. But I will include a copy of the error script. Any help would be greatly appreciated....
$ cd PhoneSploit-Pro/
~/PhoneSploit-Pro $ python3 phonesploitpro.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 1749, in
start()
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 62, in start
check_packages() # Checking for required packages
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/PhoneSploit-Pro/phonesploitpro.py", line 73, in check_packages
adb_status = subprocess.call(["which", "adb"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/subprocess.py", line 391, in call
with Popen(*popenargs, **kwargs) as p:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/subprocess.py", line 1028, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/data/data/com.termux/files/usr/lib/python3.12/subprocess.py", line 1961, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'which'
~/PhoneSploit-Pro $