ultrasecurity / Storm-Breaker

Social engineering tool [Access Webcam & Microphone & Location Finder] With {Py,JS,PHP}
https://ultraamooz.com
3.05k stars 1.15k forks source link

When i run this tool in termux it says please install php #299

Open vhaudhary112 opened 7 months ago

vhaudhary112 commented 7 months ago

~/Storm-Breaker $ apt install php Reading package lists... Done Building dependency tree... Done Reading state information... Done php is already the newest version (8.2.8-2). 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. ~/Storm-Breaker $ python3 st.py please install php

allset56-dev commented 6 months ago

To install PHP in Termux, you can follow these steps:

  1. Open Termux and type the following command to update the Termux packages:

pkg update && pkg upgrade

  1. After updating, install PHP by running the command:

pkg install php

  1. Wait for the installation process to complete. Once it's done, you will have PHP installed on your Termux.

Please note that Termux is an Android terminal emulator and Linux environment app, so you can use it to run PHP scripts on your Android device.