Be a Supporter!

Website java hack

  • 313 Views
  • 12 Replies
New Topic Respond to this Topic
TheColourAwesome
TheColourAwesome
  • Member since: Dec. 30, 2010
  • Offline.
Forum Stats
Member
Level 07
Audiophile
Website java hack 2011-04-08 10:36:11 Reply

I've know about this for a long time and I thought I'd make for an entertaining forum topic.

If you load up any website and paste this...

javascript:document.body.contentEditable ='true'; document.designMode='on'; void 0

...in the url bar and press enter you can edit the page.

Try out and share your screenshot.

Here's mine:

Website java hack


BBS Signature
ST4RSCR34M
ST4RSCR34M
  • Member since: Dec. 20, 2010
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to Website java hack 2011-04-08 10:41:16 Reply

Hey, bro. Ever heard of Chrome's "Inspect Element" before?

JimChun7689
JimChun7689
  • Member since: Sep. 19, 2009
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to Website java hack 2011-04-08 10:41:35 Reply

*dumbass mode entered* Paste where, exactly?


Hank wants more madness

BBS Signature
Steff
Steff
  • Member since: Sep. 22, 2007
  • Offline.
Forum Stats
Member
Level 25
Blank Slate
Response to Website java hack 2011-04-08 10:44:44 Reply

This ain't no fucking hack, just a small script you can fuck with.


BBS Signature
TheColourAwesome
TheColourAwesome
  • Member since: Dec. 30, 2010
  • Offline.
Forum Stats
Member
Level 07
Audiophile
Response to Website java hack 2011-04-08 10:46:09 Reply

At 4/8/11 10:44 AM, Asalraalaikum wrote: This ain't no fucking hack, just a small script you can fuck with.

Yeah i know, I didn't know what to call it so I called it a hack


BBS Signature
killer32
killer32
  • Member since: Mar. 3, 2007
  • Offline.
Forum Stats
Member
Level 13
Artist
Response to Website java hack 2011-04-08 10:47:37 Reply

this is actually pretty cool.


"It makes me feel powerful when I say something so dumb that it halts discussion." - Jester

Steff
Steff
  • Member since: Sep. 22, 2007
  • Offline.
Forum Stats
Member
Level 25
Blank Slate
Response to Website java hack 2011-04-08 10:48:27 Reply

At 4/8/11 10:46 AM, TheColourAwsome wrote:
At 4/8/11 10:44 AM, Asalraalaikum wrote: This ain't no fucking hack, just a small script you can fuck with.
Yeah i know, I didn't know what to call it so I called it a hack

You see, that's the problem nowadays.
People find a script, play with it and call it a hack.

It's a fucking script.


BBS Signature
TheColourAwesome
TheColourAwesome
  • Member since: Dec. 30, 2010
  • Offline.
Forum Stats
Member
Level 07
Audiophile
Response to Website java hack 2011-04-08 10:51:48 Reply

You see, that's the problem nowadays.
People find a script, play with it and call it a hack.

It's a fucking script.

ok, its a fucking script then.


BBS Signature
TheColourAwesome
TheColourAwesome
  • Member since: Dec. 30, 2010
  • Offline.
Forum Stats
Member
Level 07
Audiophile
Response to Website java hack 2011-04-08 11:02:30 Reply

At 4/8/11 10:41 AM, ST4RSCR34M wrote: Hey, bro. Ever heard of Chrome's "Inspect Element" before?

http://www.youtube.com/watch?v=GvmiFwVLc g0

Looks like a lot less fun than the java sript, still cool tho


BBS Signature
Gimmick
Gimmick
  • Member since: Aug. 20, 2008
  • Online!
Forum Stats
Member
Level 27
Programmer
Response to Website java hack 2011-04-08 11:57:11 Reply

At 4/8/11 10:36 AM, TheColourAwsome wrote: I've know about this for a long time and I thought I'd make for an entertaining forum topic.

If you load up any website and paste this...

javascript:document.body.contentEditable ='true'; document.designMode='on'; void 0

You know only now, bro? This was there ages ago on the net.


Slint approves of me! | "This is Newgrounds.com, not Disney.com" - WadeFulp
"Sit look rub panda" - Alan Davies

BBS Signature
JimChun7689
JimChun7689
  • Member since: Sep. 19, 2009
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to Website java hack 2011-04-08 11:58:51 Reply

Here we go:


Hank wants more madness

BBS Signature
TheColourAwesome
TheColourAwesome
  • Member since: Dec. 30, 2010
  • Offline.
Forum Stats
Member
Level 07
Audiophile
Response to Website java hack 2011-04-08 12:08:56 Reply

At 4/8/11 11:58 AM, JimChun7689 wrote: Here we go:

Looks awesome!


BBS Signature
Wolfos
Wolfos
  • Member since: Jan. 19, 2008
  • Offline.
Forum Stats
Member
Level 25
Game Developer
Response to Website java hack 2011-04-08 15:06:17 Reply

It's called JavaSCRIPT, not Java. Fucking retard.
Java is something entirely different.

What you're doing is executing a Javascript command in your browser, there's absolutely no way that will do any damage to the site.
Without realizing it, though, you're very close to a real hack: Javascript injection. Javascript Injection is just as old as SQL injection and you're probably not able to execute it on most proper sites.