Jump to content

What does this hack do?


spires

Recommended Posts

No, it is not just as good. If it was, you wouldn't have mysql_real_escape_string();

 

This code does nothing dangerous by itself, but can show attacker, that there's a vulnerability in your script they can exploit.

Did they manage to run in on your database, or did you filter it out?

 

If this actually got stored in database, nothing wrong happened. It means your script is secure against this kind of attack.

 

You pasted this code on this forum, and it got stored in database, because we can see it. It didn't execute, and as such is harmless.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.