LiNuX-Mallu / CAM-DUMPER

Take webcam shots from target by just sending a malicious link
GNU General Public License v3.0
924 stars 84 forks source link

Requesting PHP #42

Open feeling-lucky opened 1 year ago

feeling-lucky commented 1 year ago

Sorry for being so new into this and this is probably a stupid question but my camdumper says "i require php but it's not installed. install it. Aborting"

I have installed php on my termux terminal i have also installed it in the camdumper directory )but it still brings forth the same issue kindly assist on way forward. 16831973940717295310302656018550

rosariu commented 1 year ago

Don't worry, it's not a stupid question. It sounds like there may be an issue with the way the camdumper script is configured. Here are a few things you can try:

Double-check that PHP is installed correctly and in the correct directory. Sometimes, installing PHP in one directory but running a script from another directory can cause issues. Try running the command "php -v" to ensure that PHP is installed and accessible from your terminal.

Check the camdumper script to ensure that it is calling the correct version of PHP. Depending on your system configuration, there may be multiple versions of PHP installed. Make sure the script is calling the version of PHP you installed.

Try running the script with sudo or as root. Sometimes, permissions issues can prevent a script from accessing the necessary resources, such as PHP.

I hope this helps!

feeling-lucky commented 1 year ago

Thank you definitely works great.