You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1Are you sure that it's not an advertising mechanism? I've seen some Web sites that intermittently redirect clicks to ads in a new tab or a pop under.Neil Smithline– Neil Smithline2015-08-10 06:08:44 +00:00Commented Aug 10, 2015 at 6:08
- @NeilSmithline, I didn't say it isn't. A malicious page is launched as a result and I didn't click on the ads. Are u saying this isn't clickjacking?Question Overflow– Question Overflow2015-08-10 06:47:34 +00:00Commented Aug 10, 2015 at 6:47
- I agree with @NeilSmithline - this sounds like a "pop-under" rather than a clickjacking attack. Clickjacking aims for the victim to perform an "unsafe" action immediately, without detection (e.g. like this page, buy this widget using your already logged in ebay account, etc).SilverlightFox– SilverlightFox2015-08-10 11:03:14 +00:00Commented Aug 10, 2015 at 11:03
- @SilverlightFox, yup, that would be a typical case of clickjacking. In this case, user clicks are being hijacked to launch the malicious link. The only difference is that user is made aware after the fact due to the new window popping up (it didn't pop-under on a mobile browser).Question Overflow– Question Overflow2015-08-10 11:35:39 +00:00Commented Aug 10, 2015 at 11:35
- Remember its only a clickjacking attack if the page is being attacked by another page that is framing it - if the page itself is creating pop-unders then I wouldn't class it as clickjacking.SilverlightFox– SilverlightFox2015-08-10 11:53:13 +00:00Commented Aug 10, 2015 at 11:53
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you