Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clickjacking.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init(self):
def __create_poc(self):
html = '''
<html>
<body>
<body bgcolor="blue">
<iframe src="'''+self.__url+'''"></iframe>
</body>
</html>
Expand Down Expand Up @@ -87,4 +87,4 @@ def main():
print "[*] You can't clickjack this!"
print "[+] Done"

main()
main()