- Installation
- Usage
- Functionality
- ToDo
- License
Python 2.7 is required to run this software.
You only need to clone this GitHub repository:
git clone https://github.com/internetwache/Python-ClickjackingTester.git ClickjackingTester
Yay you're done :)
% ./clickjacking.py
[*] Started ClickjackingTester
[*] Usage: ./clickjacking.py [URL]
[-] URL: the url to test
You only need to run the script with the url to test as the first parameter. E.g:
./clickjacking.py www.internetwache.org
[*] Started ClickjackingTester
[*] Testing...
[*] You can't clickjack this!
[+] Done
This tool only checks whether the X-Frame-Options header is set in the servers HTTP-Response.
- Implement advanced tests (e.g. Framebuster)
This script is licensed under MIT. Please feel free to extend or improve the code/functionality of this script :)
Happy Hacking!