• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

iFrame hacking

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read about iFrame hacking on this page: http://alex.dojotoolkit.org/?p=538 and feel that discussion about it is allowed here...

Can anyone explain what exactly it is?

Please refer to below link. Can anyone make the content clear for me? http://www.activedataonline.com.au/DiscussionBoard/DB_Topic.aspx?db_tid=710

Thanks.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first link is not a hack, but doing something the browser was not meant to do to show the throbber or the IE Globe spinning.

The second one is basic HTML/JavaScript injection caused by bad coding. The error page spews out HTML. User inserts HTML on the page which the error page renders.

Eric
reply
    Bookmark Topic Watch Topic
  • New Topic