VB.NET Bot License Options?

Status
Not open for further replies.
When it comes to obfuscation and such I like Confuser http://confuser.codeplex.com/
It's free and do a good job.

http://www.hackforums.net/showthread.php?tid=3581893

If you can't see it because you don't have a hackforums account, it's called NoFuser, and it de-obfuscates confuser.

6Cagcv8.png
 
Yes and there are more but they are working somewhat only halfway. And since i make use of the packager it's not just obfuscation. The download link at hackforums is not working. Can you send me an Alt link here or in pm for me to test with ?

Regards,
HatIsBlack
 
You guys were talking about it being sniffed with fiddler - Im pretty sure this is really easy to prevent, your webservice needs to expect certain parameters from the program and return certain params. Dont just pass the license key, pass other useless information, a good one is the current date/time encrypted. As long as only your program and the webservice know the key, it seems pretty much impossible to spoof? One would have to break the encryption to realize its a timestamp. To prevent harming actual users, just use the minute portion and allow for a factor of +- a few minutes. repeat it as a string x # of times, and encrypt, then pass to the webservice with your lic key for validation. Get creative!
 
Status
Not open for further replies.
Back
Top