Step 1: Install Zphisher (Phishing Tool)
- pkg update && pkg upgrade -y
- pkg install git -y
- pkg install php -y
- pkg install openssh -y
- git clone https://github.com/htr-tech/zphisher.git
- cd zphisher
- bash zphisher.sh
Step 2: Choose a Social Media Target
- Select from list: Facebook, Instagram, Snapchat, etc.
- Example: Type '1' for Facebook phishing page
Step 3: Hosting the Page (Using Ngrok)
- Install ngrok if not installed already
- ./ngrok http 3333
- Get Auth Token from https://ngrok.com/
- ./ngrok authtoken YOUR_TOKEN_HERE
Step 4: Send the Link (For Testing Only)
- Copy the ngrok public URL generated
- Send only to friends who give permission
- Captured login data will show in Termux
Important Concepts to Learn
- Social Engineering - convincing people to click
- Phishing - creating clone pages
- Hosting - serving fake pages on the internet
- Logging - capturing form data
Advanced Learning Suggestions