Jump to content

CAUTION. WARNING


Recommended Posts

Hi, Just to make you aware, Somebody tried to hack my site after posting here. It is possible that they found my site randomly but it seems unlikely. Here is their ip address in case any of you want to add them to your banned list for your site or do anything else you like to them: 89.241.231.178

He/she tried to access my db by injecting a form on my site.  Thanks to the bit of security I did have they were unsuccessful. We did however have about 3,500 emails this morning. I have sorted that by adding a CAPTCHA to the form.

BEWARE!!!!

Ian.

Link to comment
Share on other sites

Unfortunately, this is a side effect of any publicity. If enough people know about your site, you are going to get some attackers. As you've just discovered, the best route is to just implement as much security as you can, and take it as it comes along.

 

Thank you for not placing blame on PHP Freaks, as I've seen happen in similar situations elsewhere, and it's good to know that you were able to solve the problem quickly.

Link to comment
Share on other sites

Security and testing are actually the most important tasks in coding. Just getting something to work does not mean it is complete and ready to be put out into public use.

 

And it is probably worth repeating - you cannot trust any external data. You must validate all external data before using it in any way.

Link to comment
Share on other sites

I knew it was an injection attempt because they tried to change some of the details in one of my forms. My form automatically e-mails several people in my company depending on which job is applied for and also sends a copy to the sender so I was able to see the code they tried to use in those emails. It was all escaped, but basically they tried to interupt some sql queries to gain access to the db.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.