ClickMe is an advanced framework for security professionals to create, test, and demonstrate multi-step clickjacking vulnerabilities. With an intuitive interface and powerful customization options, Clickme makes building complex proofs-of-concept for educational and security awareness purposes easy.
Try it now: https://clickme.hacking-poc.com/?menu=true
Multi-step clickjacking extends the deceptive principles of basic clickjacking into a more sophisticated and dangerous attack chain. While traditional clickjacking aims to trick users into performing a single unintended action, multi-step variants orchestrate coordinated interactions across multiple pages or states.
Normal Button | Captcha Checkbox | Captcha Puzzle |
---|---|---|
![]() |
![]() |
![]() |
Feature | Description |
---|---|
🔄 Multi-step Attack Design | Create sophisticated clickjacking scenarios with multiple sequential steps |
👁️ Real-time Preview | Instantly visualize your attack flow as you build it |
🧩 Customizable Elements | Choose from buttons, CAPTCHAs, input fields, and custom scripts |
🖼️ Background Options | Select from various background types to enhance disguise effectiveness |
💾 Export Functionality | Export your POC for demonstrations or educational purposes |
🔍 Transparency Controls | Fine-tune overlay transparency for optimal attack design |
Clickme is only designed for educational purposes, security research, and authorized penetration testing. Always obtain proper authorization before testing clickjacking vulnerabilities on any system or website. Unauthorized testing may violate laws and terms of service.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request