XSSAuditor bypass via “location.search”

As it has already been mentioned in a previous post, one of the most widely used instances in JavaScript is the Location Object which is used to determine the current URL.

In this example, we will focus on search property of location object which, sets or returns the query string part of a URL.

 

Continue reading

XSSAuditor bypass via “location.href”

null

Nowadays, one of the most widely used instances in JavaScript is the Location Object which is used to determine the current URL.

The location object is part of the Window Object which represents an open window in a browser and is accessed through the window.location property.

Continue reading