Friday 3 September 2010

Expose Samefags

10 comments:

  1. for copypasta purposes...
    function show_alert value="Show User" eval("x=10;y=20;document.write(x*y)");

    Here you go.

    ReplyDelete
  2. I'm getting abnormal reply - is this new?

    ReplyDelete
  3. abnormal reply lolol

    ReplyDelete
  4. You guys are definitely new

    "eval(" in a comment would ban you

    ReplyDelete
  5. This is php injection. It exploits a lack of securing on m00ts part. Someone could've done a lot more than prove samefag here.

    ReplyDelete
  6. Does that specific trick in the picture work? Does it do anything malicious to the user? I tried it out, but NoScript blocked it on the grounds that it was an Cross Site Scripting attack.

    ReplyDelete
  7. looks like it was patched in recent updates

    ReplyDelete
  8. just tried this, got a one day ban. one whole day of not even getting to look at posts.

    ReplyDelete
  9. Lol. If this were to work, here's what it does:

    Sets a variable "x" as an integer, with a value of 10
    Sets a variable "y" as an integer, with a value of 20

    Opens an alert box (popup window, basically) with the result of x multiplied by y.

    Oops!

    ReplyDelete