Results 1 to 2 of 2

Thread: WebForm Security
      
   

  1. #1
    Palace is offline Private
    Join Date
    Feb 2012
    Posts
    3

    Default WebForm Security

    Hi,
    I have a form on my website where users can write an enquiry which is sent to my email address. For the past 2 days I have received an odd enquiry. The message reads like this:

    Values submitted from web site form:
    IP Address : 77.48.63.206
    Data : '<?php eval(base64_decode('ZWNobyAic3Q0cjciLnBocF91bmFtZS gpLiI3aDMzbmQiOw==')); ?>'


    After searching google for any answers, I found out that it may be some kind of hack. My website seems to be working ok, but I am not website savvy enough to know if it has affected certain areas of the website. How should I treat this?

    Thanks

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    14,176

    Default Re: Website Security

    Set Validation for your Text Message Field to disallow symbols, as this will prevent auto-injection of potential malware scripting.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49