CLICK-Jack

It is a automatic tool to find Clickjacking Vulnerability in various Web applications.

What is Clickjacking ?

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

Installation:

git clone https://github.com/princep4/Click-Jack.git
cd Click-Jack
pip install -r requirements.txt

Example:

To run on list of domains use below command:

python3 clickjack.py <URLs LIST>
or
python3 clickjack.py urls.txt

1

Benifits:

  • It will work for list of urls
  • Output the list of the vulnerable urls in seperate text file

Support ME:

Buy Me A Coffee
Twitter Follow

GitHub

View Github