From a16a7e2f36626f5a52d247c9f357a7b98a6850c4 Mon Sep 17 00:00:00 2001 From: kshyatisourav9 <72203846+kshyatisourav9@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:22:21 +0530 Subject: [PATCH] Update clickjacking.py --- clickjacking.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickjacking.py b/clickjacking.py index 4f3adae..a22c587 100755 --- a/clickjacking.py +++ b/clickjacking.py @@ -20,7 +20,7 @@ def __init(self): def __create_poc(self): html = ''' - + @@ -87,4 +87,4 @@ def main(): print "[*] You can't clickjack this!" print "[+] Done" -main() \ No newline at end of file +main()