big brother's arsenal explained - 1. secure submit
Posted: Wed Mar 29, 2006 8:40 pm
i've decided to start posting various methods, code, and articles i've found that can be used to invade, circumvent, and generally shit on one's privacy online, in the hope that, armed with such information, geeks and casual users alike can learn to be less complacent about their browsing and internet usage. at the very least, someone might just get less spam in their inbox.
and what better way to kick off a series of posts about the flesh-eating bacteria of the web, than to highlight one of the nastier sides of "Asynchronous JavaScript And XML" - otherwise known as "AJAX"?
now, this might be old news to some - especially developers who have anything to do with the http protocol, and/or the creation of web pages in general - but a lot of people have, for some reason or another, been inclined to believe that if they enter information into a form, and don't choose/click to 'submit' said information, that it never goes anywhere, except perhaps to that great 'Recycle Bin' in the sky.
the most common example i can think of would be modern browsers' tendency to 'autofill' frequently used fields, such as 'password' or 'e-mail address', or even your credit card / banking information.
well, if you're amongst the majority, who believe that you have to tell your browser to actually send that potentially sensitive information... thanks(?) to AJAX, you couldn't be more wrong.
i could go into further detail as to how this can happen, and maybe even write a little tutorial... but i'm lazy, it's a work-night, and someone already did it for me.
and what better way to kick off a series of posts about the flesh-eating bacteria of the web, than to highlight one of the nastier sides of "Asynchronous JavaScript And XML" - otherwise known as "AJAX"?
now, this might be old news to some - especially developers who have anything to do with the http protocol, and/or the creation of web pages in general - but a lot of people have, for some reason or another, been inclined to believe that if they enter information into a form, and don't choose/click to 'submit' said information, that it never goes anywhere, except perhaps to that great 'Recycle Bin' in the sky.
the most common example i can think of would be modern browsers' tendency to 'autofill' frequently used fields, such as 'password' or 'e-mail address', or even your credit card / banking information.
well, if you're amongst the majority, who believe that you have to tell your browser to actually send that potentially sensitive information... thanks(?) to AJAX, you couldn't be more wrong.
i could go into further detail as to how this can happen, and maybe even write a little tutorial... but i'm lazy, it's a work-night, and someone already did it for me.