It is a automatic tool to find Clickjacking Vulnerability in various Web applications.
Clickjacking, also known as a “UI redress attack”, is when an attacker uses multiple transparent or opaque layers to trick a user into clicking on a button or link on another page when they were intending to click on the top level page. Thus, the attacker is “hijacking” clicks meant for their page and routing them to another page, most likely owned by another application, domain, or both. Reference
git clone https://github.com/princep4/Click-Jack.git
cd Click-Jack
pip install -r requirements.txt
To run on list of domains use below command:
python3 clickjack.py <URLs LIST>
or
python3 clickjack.py urls.txt
- It will work for list of urls
- Output the list of the vulnerable urls in seperate text file