A lightweight utility that hosts a hyper-realistic Zoom Meeting Waiting Room page and generates a shareable URL using Cloudflare Tunnel. Designed for authorized security awareness demonstrations, user-experience research, and controlled testing environments.
LinkLook creates a realistic Zoom-style waiting room page and exposes it securely through a temporary public URL. The generated link can be shared with test participants for approved demonstrations and research activities.
- Hyper-realistic Zoom Meeting Waiting Room interface
- Automatic public link generation using Cloudflare Tunnel
- Lightweight PHP-based hosting
- Works on Linux distributions and Termux
- Simple setup and cleanup process
- Automatic logging and file management
- Kali Linux
- Ubuntu
- Debian
- Parrot Security OS
- Arch Linux
- Termux
- Other Linux-based distributions
Install the required packages:
sudo apt update
sudo apt install -y php wget unzip gitClone the repository:
git clone https://github.com/<your-username>/LinkLook.gitNavigate to the project directory:
cd LinkLookGrant execution permissions:
chmod +x linklook.sh
chmod +x cleanup.shRun LinkLook:
bash linklook.shbash linklook.shAfter startup, LinkLook will generate a public Cloudflare Tunnel URL similar to:
https://example.trycloudflare.com
Copy the generated link.
Send the generated URL through your preferred communication platform.
Example:
WhatsApp
Telegram
Signal
Email
LinkLook will store generated logs and captured files within the project directory while the session is active.
After testing is complete, remove all generated logs and temporary files:
bash cleanup.shThis will:
- Remove generated logs
- Delete temporary files
- Clear session data
- Reset the working directory
LinkLook/
│
├── linklook.sh
├── cleanup.sh
├── sites/
├── logs/
├── captured/
└── README.md
git clone https://github.com/<your-username>/LinkLook.git
cd LinkLook
chmod +x linklook.sh cleanup.sh
bash linklook.sh
# Copy generated link
# Send via WhatsApp
# After testing
bash cleanup.shLinkLook is intended solely for:
- Authorized security awareness demonstrations
- User experience research
- Educational purposes
- Controlled testing environments
Users are responsible for complying with all applicable laws, regulations, and organizational policies. Always obtain proper authorization before conducting any testing activities.
Breached - Mainak
Version: 1.0
Release Notes:
- Initial release
- Added hyper-realistic Zoom Meeting Waiting Room page
- Added Cloudflare Tunnel integration
- Added automated cleanup utility