A cybersecurity awareness tool demonstrating how phishing works for educational and ethical security research purposes. 🔒
This project is strictly for educational and ethical security research purposes only.
Do not use this tool for unauthorized activities. The author is not responsible for any misuse.
- Demonstrates phishing techniques for security awareness.
- Uses PHP, Ngrok, and URL shorteners to simulate phishing attacks.
- Helps users understand common security threats in online gaming platforms.
git clone https://github.com/Uni-Creator/FreeFirePhish.git
cd FreeFirePhish
pkg install php -y
pkg install curl -y
pkg install termux-api -y
pkg install lynx -y
chmod +x freefire.sh
sed -i 's/\r//' freefire.sh
./freefire.sh
- The tool sets up a local phishing environment using PHP.
- It utilizes Ngrok to expose the local server to the internet.
- A shortened URL is generated for awareness demonstrations.
This tool is designed to help cybersecurity professionals and ethical hackers understand how phishing attacks work so they can develop better security defenses.
For protecting yourself against phishing:
✅ Always check website URLs before entering credentials.
✅ Enable two-factor authentication (2FA) for added security.
✅ Avoid clicking on suspicious links from unknown sources.
This project is licensed under the MIT License.
🚀 Stay Secure & Ethical!