D4Vinci / Clickjacking-Tester

A python script designed to check if the website if vulnerable of clickjacking and create a poc
GNU General Public License v3.0
136 stars 60 forks source link

Error while using the Tool #4

Open theinfosecguy opened 4 years ago

theinfosecguy commented 4 years ago

[+] 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, in create_poc with open(url + ".html", "w") as f: FileNotFoundError: [Errno 2] No such file or directory: ----

SkyNpEH commented 3 years ago

check my comment on this