admin管理员组文章数量:1356104
I know this might sound a bit crazy but is there any way to see hidden content on a website? For example have a look here . Is there a way to see the hidden images. I saw the source code and I think there is something with cloudfront system.
Any help will be appreciated Thank you
I know this might sound a bit crazy but is there any way to see hidden content on a website? For example have a look here http://99designs./web-design/contests/website-design-wanted-degrees-inc-233084 . Is there a way to see the hidden images. I saw the source code and I think there is something with cloudfront system.
Any help will be appreciated Thank you
Share Improve this question asked Jul 24, 2013 at 3:30 Marcel Marcel 31 gold badge1 silver badge4 bronze badges 01 Answer
Reset to default 1It depends on how they have 'hidden' the content:
If they just use
display: none;
orvisibility: hidden;
(i.e. they sytlistically hide it) then you can't see it as the browser won't render the item, but it will still exist in the HTML; if it's an image, the link to the image will be valid, or if it is text you can just read it.In your example, they are using some server-side code to limit what is actually emitted into HTML - thus there is nothing there. That way people can't just inspect the source and hack around it.
本文标签: javaIs there any way to see hidden content on a website maybe hidden cloudfront linksStack Overflow
版权声明:本文标题:java - Is there any way to see hidden content on a website maybe hidden cloudfront links? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744042282a2580884.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论