Guide For Install CamPhish Tool In Termux.
With the help of this tool you can grab snap shot from victim device by just sending link.
Installation Commands
pkg up -y
pkg install git -y
pkg install php -y
pkg install openssh -y
pkg install wget -y
git clone https://github.com /techchipnet/CamPhish
cd CamPhish
chmod +x camphish.sh
bash camphish.sh
Make sure you turned on Hotspot for avoid link generating error.
xdg-open name.png
xdg-open is command for view recieved snapshot in termux.
Here : name.png = name of recieved png file.