Clickjacking-Tester icon indicating copy to clipboard operation
Clickjacking-Tester copied to clipboard

A python script designed to check if the website if vulnerable of clickjacking and create a poc

Results 3 Clickjacking-Tester issues
Sort by recently updated
recently updated
newest added

[+] Website is vulnerable! Traceback (most recent call last): File "Clickjacking_Tester.py", line 58, in if __name__ == '__main__': main() File "Clickjacking_Tester.py", line 52, in main create_poc(site.split('\n')[0]) File "Clickjacking_Tester.py", line 35,...

updated ```urllib.request``` to ```urllib2``` Cant use ```request``` in Python 2, it need to have Python 3 or above.

The urllib.request modules have been deprecated .. just use import urllib