This repository contains a Bash script designed to create a simple HTML page that demonstrates clickjacking techniques.
- Bash shell
- Firefox browser
- Internet connection (for loading external resources)
git clone https://github.com/yourusername/clickjacking-script.git
cd clickjacking-script
chmod 777 clickjacking.sh
./clickjacking.sh
Follow the prompts:
- Enter the full URL of the domain you want to embed (e.g.,
- Choose whether to save the generated HTML file.
When prompted, if you enter URL and choose to save the file, the script will create an HTML file named example.html (or any name you specify) and open it in Firefox.
The script automatically removes temporary files after displaying the HTML page.