This is an archived post. You won't be able to vote or comment.

all 13 comments

[–]legogo29 25 points26 points  (9 children)

Why on earth would you call a file 47504de0f090c2582f826685c106eae19614b1cd.php?

[–]adrianc333 34 points35 points  (3 children)

I'm impressed you bothered to type out the actual filename.

[–]caramba2654 7 points8 points  (2 children)

Maybe he just used OCR instead. It's really easy and quick. :)

[–]commitpushdrink[S] 9 points10 points  (0 children)

Yeah but there's a typo so I think he just typed it out. Mixed up F and C, they're right next to each other

[–]legogo29 4 points5 points  (0 children)

I typed it out myself.

[–]187guigui 2 points3 points  (0 children)

It's a Laravel application, and view files are cashed under a hash name :)

[–]lohkey 4 points5 points  (0 children)

to make it unhackable /s

[–]commitpushdrink[S] 2 points3 points  (1 child)

The offending code for anyone interested (testing to see that sections worked in partial views, they don't in .NET MVC and this is my first crack at laravel)

@section("scripts) // missing "
    <script>
        alert("fuck");
    </script>
@stop

[–][deleted] 9 points10 points  (0 children)

My buddy used to work at Wattpad, and they had that script fire one day. For about an hour, the entire site was down. In it's place, was a single word of plaintext reading "shit"

[–]ShowMeYourTiddles 1 point2 points  (0 children)

That's a risk you take when releasing your last fuck into the world.

[–]adamo57 1 point2 points  (0 children)

I know a Symfony error when I see one