Iframe anti-plug-in and strong plug-in (2)

Source: Internet
Author: User

 
DREAM Light

Html "target = _ blank> iframe anti-insertion and strong insertion (1) describes the two methods available on the market to defend against iframe attacks, and the corresponding abnormal breakthrough methods.

It seems that the "victim" has been overwhelmed. Let's take a look at these two methods:

They can all determine that they have been XX, But how do they do it?

Method 1: Please go out, sir.

Method 2: Proceed, comrade!

However, this gentleman also said, "I will not go out !"

Because the "victim" and the gentleman are not a family, it seems that the other party is helpless by command-same-origin strategy!

But in fact, the "please go out" method is obviously aimed at the gentleman and the villain, so Monyer teaches you a good way-"beat out with a single stick !"

<Script>
Window. onload = function (){
If (top! = Self ){
Var f = document. createElement ("form ");
F. action = location;
F.tar get = "_ parent ";
Document. body. appendChild (f );
F. submit ();
}
};
</Script>

At present, I have not found a breakthrough method, so at least it is more violent than the above two methods!

Monyer!

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.