If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > hacker getting on to my stuff

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-03-09, 04:40
garymcgill77 garymcgill77 is offline
Registered User
 
Join Date: Jun 2009
Posts: 4
hacker getting on to my stuff

Hi i am working on a app for facebook and bebo
when i had sometesters in 2 used firebug and we found out that they can change the prices of things and get them for free
i have had lots of people tell how it needs sorted but not sure
some say i need to make db tables read only and as they are set up and i am new to this i am not sure how to do this

have deen told to protect my ocode and db

can any one help on how to protect this
please email me

garymcgill77:msn.com

many thanks gary
Reply With Quote
  #2 (permalink)  
Old 07-03-09, 04:56
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
if they are exploiting weknesses in your code on Facebook you are propbably better off seeking advice form people specialising in Facebook & Bebo applications.

you will almost certainly get good generic advice from here on web security, such as making sure your users can't use SQL injection attacks , but in practice you need to use that within Facebook & Bebo

first off I'd reccommned you plough through the stuff on
securing Facebook apps
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 07-03-09, 05:04
garymcgill77 garymcgill77 is offline
Registered User
 
Join Date: Jun 2009
Posts: 4
how would i set some tables to read only as i am new to db
and have had a look and cant find how to do this
Reply With Quote
  #4 (permalink)  
Old 07-03-09, 05:11
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
you can set that through appropriate use of user permissions
ie you GRANT whatever permissions are needed.. look at the MySQL manual for security permissions

however the most likely way they can be doing this is through SQL injection attacks, you need to make certain your code doesn't allow SQL injection attacks.. thats a coding issue, thats an issue specific to your application, hence why I suggest you investigate facebook application advice, something that I suspect is thin on the ground here
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On