Skip to content

m14r41/Clickjacking-Poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Clickjacking Vulnerability PoC

Description: This repository hosts a professional Proof of Concept (PoC) showcasing the Clickjacking vulnerability in web applications. Clickjacking represents a significant security concern, allowing unauthorized manipulation of user interactions and data access.

  • Save code with .html extension.
  • Change with your URL want to test.
<html>
<title>Click Jacking</title>
<meta name="author" content="m14r41">
<head></head>
<body>
    <font color="white" size="30">
        <h2 style="font-weight: bold; color: black">Clickjacking Vulnerability Poc</h2>
        <p style="font-weight: bold; color: rgb(146, 83, 83)">This vulnerability presents a security risk, allowing for potential manipulation</br> of user interactions and unauthorized data access without user consent.</p>
        <iframe src="http://testphp.vulnweb.com/" width="70%" height="70%"></iframe>
</body>
</html>

image

Online Poc

image

Features:

  • A clear title explaining the repository's purpose.
  • A concise explanation of Clickjacking vulnerability.
  • Inclusion of an <iframe> element demonstrating a common Clickjacking vector.

By: m14r41

Releases

No releases published

Packages

No packages published

Languages