Jump to content
UBot Underground

SMTP settings in bots - safe?


Recommended Posts

Hi all,

 

I'm thinking of releasing a bot that will email the results to the user. So, I'm testing it right now and inputted my email address and username/password in order to test it. It's a gmail account and it's testing out fine.

 

My concern is that I am inputting my email addy password hardcoded inside the bot. Is it possible for someone who's watching traffic and packets etc to see (unencrypted) what the username and password is, and then be able to log into the gmail account and change the password? Does ubot encrypt this info?

 

Thanks in advance!

 

Kevin

Link to post
Share on other sites

If the username and password are being sent to an unsecured (non-SSL site) then there is a chance that someone may see the credentials as they pass across the Internet - this is not a Ubot problems.

 

Even if Ubot encrypts the data (which is sort of does using exe encryption / obfuscation I think), they may not be able to get it from the code easily by reverse engineering but if you go to a http:// address your details are in the clear.

 

As most of the big email providers (I am thinking Gmail, Yahoo, Hotmail etc) have SSL certs and https sites, as long as you use those addresses your details should be safe.

 

Hope that helps.

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