Skip to content

The Clickjacking Exploit Detector uses webpage scanning techniques to identify potential vulnerabilities and provide analysis of those elements.

Notifications You must be signed in to change notification settings

Jenderal92/Clickjacking-Exploit-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Clickjacking-Exploit-Detector

The Clickjacking Exploit Detector uses webpage scanning techniques to identify potential vulnerabilities and provide analysis of those elements.

Clickjacking-Exploit-Detector Jenderal92

Features

  • HTML Scanning: Checks HTML elements and iframe elements that can be exploited for clickjacking.
  • Warning of Potential Clickjacking: Provides a report and suggestions regarding potential clickjacking vulnerabilities.
  • Detecting frame-ancestors Header: Checks if the Content-Security-Policy header on the website protects against clickjacking.
  • UI Obstruction Detection: Checks if website elements are hidden or overlapping with other elements.

How to Use

  1. Download and install Python from the official Python website: https://www.python.org.
  2. Install Module pip pip install requests beautifulsoup4
  3. Run the script using the command: python file.py site.com.
  4. Follow the instructions displayed in the terminal.

Disclaimer !!!

I have written the disclaimer on the cover of Jenderal92. You can check it HERE !!!

About

The Clickjacking Exploit Detector uses webpage scanning techniques to identify potential vulnerabilities and provide analysis of those elements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages