Jump to content
UBot Underground

advanced bot security question


Recommended Posts

Im looking to integrate security licensing into bots, but so far doesnt seem much on the horizon.

 

honestly i still think it should be a feature from within UBOT especially in DEV version for security licensing control

 

but my question for the more efficient coders is:

 

can NetSeal be somehow intergrated to work with but ubot compiled bots?

 

heres the information i have on it

 

Features:
  • Multiple program support
  • Server side variables
  • Online status (shows who is online)
  • License banning (you may provide a reason)
  • Detailed logs (computer count, connection count, and IP logs)
  • License code details (code, created and claim dates, owner, tracking)
  • Timed or unlimited codes
  • Demo codes (trial)
  • Tracking information (such as PayPal email or transaction ID)
  • Automatic updates
  • Machine locking
  • Machine unlocking (auto lock expiration)
  • Passive Lock (block access from only new GUID's or all.)
  • Clear Locks (allows you to quickly clear ALL machine locks.)
  • Global message (share a message with your users)
  • Compressed updates (less stress on host and faster for users)
  • Exception logging (find errors in your program)
  • Hooks (initialization, ban, and after server check in)
  • Public Properties
    • Username
    • ProgramChecksum
    • ExpirationDate
    • TimeRemaining
    • Demo
    • Continous
    • UsersOnline
    • UsersCount
    • GUID
    • ExecutablePath

    [*]Remote API's

    • CreateCode (create license codes remotely.)
    • DeleteCode (delete an existing license code.)
    • UserOnline (check if a user has a valid license and is online.)
    • PrivateKey (secure connection between your site and the app.)
    • More to come..

    [*]License Loader (always have the latest .Net Seal version)

    [*]Secure connection (one-way encryption)

    [*]10 anti-debugging methods

    [*]Reoccurring server check-in (user stays authenticated and has the latest data)

    [*]Secure properties (internal data is encrypted, such as expiration date)

    [*]Hosted system (don't worry about finding your own host or DDoS protection!)

    [*]Frequent database backups

    [*]Desktop application (no need to log into a website)

    [*]Friendly support (I don't bite, promise!)

    [*]News System (Keep your users up to date.)

    [*]Secure connection from the client to your own server.

    [*]Verifies integrity of core .Net system files, to prevent tampering.

    [*]Much more to come..

Download:

Click here to download!

 

Setup Guide:

http://www.youtube.com/watch?v=Huo1DlCPszk

 

License Panel:

http://www.youtube.com/watch?v=eUFoKMGb0lg

 

Security Tips:

http://www.hackforum...php?tid=2385583

 

Suggestions?:

http://seal.uservoice.com/

  • Like 1
Link to post
Share on other sites

not sure if you can but if ubot developpers can add a pre-load html window command , we can make our own licensing systems !

For the alternatives available there is Protect Gold which is a bit over priced for me and not much people could afford it !

i also know that TJ is working on a licensing system similar to protect gold that he said he will release it very soon!

  • Like 1
Link to post
Share on other sites

i have also asked them for ideas on how this can be achieved here:

http://seal.uservoice.com/forums/167575-net-seal-2/suggestions/3384424-an-interface-for-ubot-studio-dev-version-4-1

 

need a few votes on it maybe the developers will move on the idea ;-)

  • Like 1
Link to post
Share on other sites

not sure if you can but if ubot developpers can add a pre-load html window command , we can make our own licensing systems !

For the alternatives available there is Protect Gold which is a bit over priced for me and not much people could afford it !

i also know that TJ is working on a licensing system similar to protect gold that he said he will release it very soon!

 

thanks , i found protect gold is not currently being sold and is already able to be cracked very easily so that's not an option, any suggestions then on something that will work now while new options become available?

Link to post
Share on other sites

You might want to watch this first .. looks like people are already cracking it:

 

 

I believe any such licensing system - that becomes popular quickly - gets a following of crackers and hackers that will break it.

 

Best way, IMHO... code your own system, and use it only for your own software.

Assuming you won't sell hundreds/thousands units, you'd be safe - these guys won't bother cracking it probably, especially if it is not very easy (you know what you're doing).

  • Like 1
Link to post
Share on other sites

Agreed. It's tough to lock down software. At best you are doing damage control. Once it leaves your pc and goes to someone else's, you are out of luck.

 

VaultBoss' idea really is the best overall. Build your bot with the idea of having a registration email and then check it's public IP every time it starts and if a particular email has too many ip's against it in one day - turn off the registration email. If you are doing paypal registrations, then that should be easy to do. Log the paypal email address and insert it into a custom database on purchase.

 

Frank

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