thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.94k stars 1.67k forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'php' #405

Closed herwanda123 closed 1 year ago

herwanda123 commented 1 year ago

How to solve the : [Errno 2] No such file or directory: 'php'

I can run ngrok properly, and when I run seeker.py and choose a template, the [errno2] is happen,

Screen Shot 2022-10-16 at 04 24 32
thewhiteh4t commented 1 year ago

@herwanda123 this is happening due to the missing php command in m1, best way will be to just make a linux vm or use docker

Salmaii commented 1 year ago

You just need to install php In Mac with brew just use brew install php

thewhiteh4t commented 1 year ago

closing due to inactivity.