Jump to content
UBot Underground

Recommended Posts

Direct connections to an external database are a security risk. Because the communication is not encrypted and can be easily sniffed. 

 

I'm running a PHP script on my server which can take HTTP post commands (encrypted) and translates that to SQL queries. And then returns the SQL results (encrypted).

Dan

  • Like 1
Link to post
Share on other sites

Hi Dan.

 

Can you instruct me how to do it?

 

Thanks.

 

That's not an easy answer. Took some PHP development effort to create it. 

 

At the moment it requires some customization for every SQL query. So it's not something that can be used out of the box.

It's on my list of stuff I want to share in the future. But at the moment I have to finish some other stuff first unfortunately.

I'm already behind with a couple of schedules :-(

 

Dan

Link to post
Share on other sites

The way i have been doing mine is encrypting the data within ubot and storing it encrypted in the database.  Seems ok so far.

Link to post
Share on other sites

Direct connections to an external database are a security risk. Because the communication is not encrypted and can be easily sniffed. 

 

I'm running a PHP script on my server which can take HTTP post commands (encrypted) and translates that to SQL queries. And then returns the SQL results (encrypted).

Dan

 

that does sound nice too Dan :)

Link to post
Share on other sites

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.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...