thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.85k stars 1.65k forks source link

Starting PHP server issue #419

Closed SVShriram closed 1 year ago

SVShriram commented 1 year ago

Hello, I am very new to this stuff. Starting PHP server is not happening.

This is the error I have:

[+] Starting PHP Server...Traceback (most recent call last): File "/Users/sankurantripati/Downloads/seeker-master/seeker.py", line 341, in SERVER_PROC = server() File "/Users/sankurantripati/Downloads/seeker-master/seeker.py", line 156, in server proc = subp.Popen(cmd, stdout=phplog, stderr=phplog) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'php'

I am using Mac OS Ventura 13.1

Let me know how to fix this