CamPhish in Termux – Social Engineering & Phishing Simulation Tool

CamPhish is a phishing simulation and social engineering toolkit that is used to create camera phishing pages for educational and ethical hacking practices. It can generate different phishing templates and capture information when used in controlled testing environments. CamPhish was developed for Linux terminals and can also run inside the Termux application on Android devices. Here’s what you can do with CamPhish in Termux:

  • Generate camera phishing pages.
  • Create phishing templates for testing.
  • Practice social engineering concepts.
  • Learn basic phishing simulation methods.
  • Use Cloudflared public URLs.
  • Perform ethical hacking practice in lab environments.

CamPhish is designed only for educational purposes and ethical hacking practice in controlled environments. Unauthorized use on real users, public systems, or without proper permission is strictly not allowed.

Install CamPhish in Termux

Below are the simple steps to install and use CamPhish on Android using the Termux terminal application.

Update all Termux packages:

pkg update && pkg upgrade -y

Install required packages:

pkg install git php curl wget unzip -y

Install Cloudflared:

pkg install cloudflared -y

Clone the CamPhish GitHub repository:

git clone https://github.com/techchipnet/CamPhish

Move into the CamPhish directory:

cd CamPhish

Give executable permission to the main script:

chmod +x camphish.sh

Run CamPhish in Termux:

bash camphish.sh

Camphish in Termux Usage

CamPhish usage starts by selecting a tunnel server and choosing a phishing template. It creates a public link and loads the selected page for testing inside a controlled and authorized environment only.

CamPhish first shows the tunnel server menu:

-----Choose tunnel server-----

[01] Ngrok  
[02] CloudFlare Tunnel  

[+] Choose a Port Forwarding option: [Default is 1]

Ngrok provides a quick public link, while CloudFlare Tunnel generates a secure HTTPS URL using Cloudflare network. After selecting the tunnel option, the next menu appears for template selection.

-----Choose a template-----

[01] Festival Wishing  
[02] Live Youtube TV  
[03] Online Meeting  

[+] Choose a template: [Default is 1]

Festival Wishing loads a greeting-style page, Live YouTube TV loads a video-style page, and Online Meeting loads a meeting-style interface. Selecting a template starts the local setup and prepares the page for hosting through the chosen tunnel service.

READ ALSO  Improve your skills: Termux Commands list for beginner

CamPhish then automatically generates a public URL, which can be used to access the selected template from anywhere through the internet.

Note: This post is created only for educational and learning purposes to understand cybersecurity concepts in a safe environment. We are not responsible for any misuse of the information or tools mentioned here.


Leave a Comment