All Projects → D4Vinci → Clickjacking Tester

D4Vinci / Clickjacking Tester

Licence: gpl-3.0
A python script designed to check if the website if vulnerable of clickjacking and create a poc

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Clickjacking Tester

Bug-Bounty-Scripts
Script for Bug Bounty
Stars: ✭ 17 (-76.39%)
Mutual labels:  bug, bug-bounty
Bug-Hunting
A Collection of Notes, Methodologies, POCs and everything else related to Bug Hunting.
Stars: ✭ 110 (+52.78%)
Mutual labels:  bug, bug-bounty
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-33.33%)
Mutual labels:  bug
Poc Bank
Focus on cybersecurity | collection of PoC and Exploits
Stars: ✭ 68 (-5.56%)
Mutual labels:  poc
Spellbook
Micro-framework for rapid development of reusable security tools
Stars: ✭ 53 (-26.39%)
Mutual labels:  bug-bounty
Ssrfmap
Simple Server Side Request Forgery services enumeration tool.
Stars: ✭ 50 (-30.56%)
Mutual labels:  bug-bounty
Efibootmgr Gui
Manage EFI boot loader entries with this simple GUI
Stars: ✭ 55 (-23.61%)
Mutual labels:  python-script
31 Days Of Api Security Tips
This challenge is Inon Shkedy's 31 days API Security Tips.
Stars: ✭ 1,038 (+1341.67%)
Mutual labels:  bug-bounty
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-4.17%)
Mutual labels:  bug
Gzipsimplehttpserver
A modification of the very useful SimpleHTTPServer python script to add gzip compression.
Stars: ✭ 52 (-27.78%)
Mutual labels:  python-script
Simplepyscripts
Collection of various python script's.
Stars: ✭ 67 (-6.94%)
Mutual labels:  python-script
Asciipy
translate images, videos and text to Ascii arts easy
Stars: ✭ 52 (-27.78%)
Mutual labels:  python-script
Cti Taxii Server
OASIS TC Open Repository: TAXII 2 Server Library Written in Python
Stars: ✭ 50 (-30.56%)
Mutual labels:  python-script
Cve 2020 0796
CVE-2020-0796 - Windows SMBv3 LPE exploit #SMBGhost
Stars: ✭ 1,102 (+1430.56%)
Mutual labels:  poc
Genius Lyrics Search
Python script for searching Genius.com API
Stars: ✭ 49 (-31.94%)
Mutual labels:  python-script
Exploits
Miscellaneous exploit code
Stars: ✭ 1,157 (+1506.94%)
Mutual labels:  poc
Brokenlinkhijacker
A Fast Broken Link Hijacker Tool written in Python
Stars: ✭ 45 (-37.5%)
Mutual labels:  bug-bounty
Exploit Discord Cache System Poc
Exploit Discord's cache system to remote upload payloads on Discord users machines
Stars: ✭ 51 (-29.17%)
Mutual labels:  poc
Pylocky decryptor
Stars: ✭ 54 (-25%)
Mutual labels:  python-script
React Native Exception Handler
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
Stars: ✭ 1,170 (+1525%)
Mutual labels:  bug

Clickjacking Tester

A python script designed to check if the website is vulnerable of clickjacking and creates a poc.

Screenshot

alt img

Usage

python(3) clickjacking_tester.py <file_name>

Example

Input
python clickjacking_tester.py sites.txt
sites.txt
www.google.com
www.turkhackteam.com
Output
[*] Checking www.google.com

 [-] Website is not vulnerable!

[*] Checking www.turkhackteam.org

 [+] Website is vulnerable!
 [*] Created a poc and saved to <URL>.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].