Cross frame script attacks

Source: Internet
Author: User
I. Cross frame script attacksWhat is cross frame script? It's easy. Just do an experiment. Save the following HTML code as an HTML file and open it in IE. <HTML> Ii. Principle of cross frame scriptThe Browser allows the framework (FRAME) to contain other pages across sites, and adds scirpt to the code of the main framework to monitor and steal user input.Iii. hazards of cross frame scriptA malicious website can use a framework to include real online banking or online payment websites to obtain user accounts and passwords. Solution User: Pay attention to the browser address. If you do not enter the user information on the webpage, add the following external cirpt code to the website administrator: If (top! = Self) {top. Location = self. Location ;}

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.