Bitcoin Forum

Economy => Gambling => Topic started by: Sarthak on May 02, 2015, 02:43:24 PM



Title: Maybe You Can Win the House!
Post by: Sarthak on May 02, 2015, 02:43:24 PM
www.franklinta.com/2014/08/31/predicting-the-next-math-random-in-java/

Can this be used to predict the next client seed of Dice Sites?
I didn't even understand 1% of the article because I am not a programmer!


Title: Re: Maybe You Can Win the House!
Post by: RHavar on May 02, 2015, 03:00:35 PM
It's not really useful, unless the casino is extraordinarily stupid. Most casinos will use a cryptographically secure source of random, as opposed to a pattern that looks random.


Title: Re: Maybe You Can Win the House!
Post by: Minnlo on May 02, 2015, 03:05:52 PM
www.franklinta.com/2014/08/31/predicting-the-next-math-random-in-java/

Can this be used to predict the next client seed of Dice Sites?
I didn't even understand 1% of the article because I am not a programmer!

Are there any existing sites using math.random in any way?
I am not a programmer either, but from Google search, I see quite some pages (eg. http://stackoverflow.com/questions/5651789/is-math-random-cryptographically-secure) stating it is not a good random number generator for cryptographic uses.


Title: Re: Maybe You Can Win the House!
Post by: shanem on May 02, 2015, 03:13:20 PM
This won't work.
If this does work, someone would already have used it and exploit dice sites and all the funds would have already been withdrawn.


Title: Re: Maybe You Can Win the House!
Post by: nikona on May 02, 2015, 03:14:29 PM
www.franklinta.com/2014/08/31/predicting-the-next-math-random-in-java/

Can this be used to predict the next client seed of Dice Sites?
I didn't even understand 1% of the article because I am not a programmer!

Are there any existing sites using math.random in any way?
I am not a programmer either, but from Google search, I see quite some pages (eg. http://stackoverflow.com/questions/5651789/is-math-random-cryptographically-secure) stating it is not a good random number generator for cryptographic uses.
No, the current sites don't really use math.random for the seed generation. Some sites have had their seeds compromised, like hufflepuff recently was able to find his seed on his prime dice account, so not sure, how they do it.
If it was a thread, then this definitely would have been posted before by someone, or several sites must have shutdown because of a player taking out the entire bankroll.


Title: Re: Maybe You Can Win the House!
Post by: boopy265420 on May 02, 2015, 04:16:15 PM
www.franklinta.com/2014/08/31/predicting-the-next-math-random-in-java/

Can this be used to predict the next client seed of Dice Sites?
I didn't even understand 1% of the article because I am not a programmer!

Are there any existing sites using math.random in any way?
I am not a programmer either, but from Google search, I see quite some pages (eg. http://stackoverflow.com/questions/5651789/is-math-random-cryptographically-secure) stating it is not a good random number generator for cryptographic uses.
No, the current sites don't really use math.random for the seed generation. Some sites have had their seeds compromised, like hufflepuff recently was able to find his seed on his prime dice account, so not sure, how they do it.
If it was a thread, then this definitely would have been posted before by someone, or several sites must have shutdown because of a player taking out the entire bankroll.
I don't think this will work on well known sites as they have taken extra security measures to secure their seeds/private keys. In reading this article seems very interesting but practical will give totally different result as zero working.Some very basic cheap site can be worked on with this type of method.


Title: Re: Maybe You Can Win the House!
Post by: Sarthak on May 02, 2015, 04:19:39 PM
I don't think this will work on well known sites as they have taken extra security measures to secure their seeds/private keys. In reading this article seems very interesting but practical will give totally different result as zero working.Some very basic cheap site can be worked on with this type of method.

Name some :P

BTW, is this vulnerable? http://162.213.195.88/demo/index.php


Title: Re: Maybe You Can Win the House!
Post by: Wendigo on May 02, 2015, 06:26:24 PM
I don't think this will work on well known sites as they have taken extra security measures to secure their seeds/private keys. In reading this article seems very interesting but practical will give totally different result as zero working.Some very basic cheap site can be worked on with this type of method.

Name some :P

BTW, is this vulnerable? http://162.213.195.88/demo/index.php

Why are you asking about this? Do you want to scam some quick coins?


Title: Re: Maybe You Can Win the House!
Post by: Sarthak on May 03, 2015, 03:21:07 AM
Why are you asking about this? Do you want to scam some quick coins?

Of course Not! The first line was meant to be a joke! The second question I am asking because I think to buy that script!


Title: Re: Maybe You Can Win the House!
Post by: shulio on May 03, 2015, 03:41:27 AM
Why are you asking about this? Do you want to scam some quick coins?

Of course Not! The first line was meant to be a joke! The second question I am asking because I think to buy that script!

If you want to know wether that sites has vulnureability or not you can post in a service section and ask some people to try to breakthrough it and find the vulnureability. Put some bounty for it rather than asking it freely, since people will be more willing to do the job.


Title: Re: Maybe You Can Win the House!
Post by: Sarthak on May 03, 2015, 03:49:45 AM
Why are you asking about this? Do you want to scam some quick coins?

Of course Not! The first line was meant to be a joke! The second question I am asking because I think to buy that script!

If you want to know wether that sites has vulnureability or not you can post in a service section and ask some people to try to breakthrough it and find the vulnureability. Put some bounty for it rather than asking it freely, since people will be more willing to do the job.

I know but this one isn't hard to find if you have some knowledge on java!
Just want to check if the probably fair system of that site is vulnerable to the one I gave the link in OP!
This is a simple job if you know java and this task doesn't need any bounty I think!


Title: Re: Maybe You Can Win the House!
Post by: shulio on May 03, 2015, 03:52:30 AM
If you want to know wether that sites has vulnureability or not you can post in a service section and ask some people to try to breakthrough it and find the vulnureability. Put some bounty for it rather than asking it freely, since people will be more willing to do the job.

I know but this one isn't hard to find if you have some knowledge on java!
Just want to check if the probably fair system of that site is vulnerable to the one I gave the link in OP!
This is a simple job if you know java and this task doesn't need any bounty I think!

If you have some knowledge either then you can find the vulnureability but you dont which means you dont have the knowledge. Sad thing is people will not be willing to do some job for free anymore, atleast a 5$ bounty will encourage people to try to check on it

I checked and nothing wrong with the provably fair system, dont know about the back end system


Title: Re: Maybe You Can Win the House!
Post by: Sarthak on May 03, 2015, 03:57:43 AM
If you want to know wether that sites has vulnureability or not you can post in a service section and ask some people to try to breakthrough it and find the vulnureability. Put some bounty for it rather than asking it freely, since people will be more willing to do the job.

I know but this one isn't hard to find if you have some knowledge on java!
Just want to check if the probably fair system of that site is vulnerable to the one I gave the link in OP!
This is a simple job if you know java and this task doesn't need any bounty I think!

If you have some knowledge either then you can find the vulnureability but you dont which means you dont have the knowledge. Sad thing is people will not be willing to do some job for free anymore, atleast a 5$ bounty will encourage people to try to check on it

I checked and nothing wrong with the provably fair system, dont know about the back end system
Ok but I haven't even bought that script so its still not mine! Another thing is There is already enough hints so this task has been very easy already! Plus, I don't gamble anymore and I only earn Bitcoins through my signature so I cant provide them $5 for this easy task! It would cost me 25 posts :)
I can provide larger bounties like 0.1BTC if the task isn't easy like this If I buy the script.


Title: Re: Maybe You Can Win the House!
Post by: sbankerdemon on May 03, 2015, 07:58:13 AM
If you want to know wether that sites has vulnureability or not you can post in a service section and ask some people to try to breakthrough it and find the vulnureability. Put some bounty for it rather than asking it freely, since people will be more willing to do the job.

I know but this one isn't hard to find if you have some knowledge on java!
Just want to check if the probably fair system of that site is vulnerable to the one I gave the link in OP!
This is a simple job if you know java and this task doesn't need any bounty I think!

If you have some knowledge either then you can find the vulnureability but you dont which means you dont have the knowledge. Sad thing is people will not be willing to do some job for free anymore, atleast a 5$ bounty will encourage people to try to check on it

I checked and nothing wrong with the provably fair system, dont know about the back end system
Ok but I haven't even bought that script so its still not mine! Another thing is There is already enough hints so this task has been very easy already! Plus, I don't gamble anymore and I only earn Bitcoins through my signature so I cant provide them $5 for this easy task! It would cost me 25 posts :)
I can provide larger bounties like 0.1BTC if the task isn't easy like this If I buy the script.

Even if its easy why someone will do it for you for free?

Quote
I know but this one isn't hard to find if you have some knowledge on java!
Just want to check if the probably fair system of that site is vulnerable to the one I gave the link in OP!
This is a simple job if you know java and this task doesn't need any bounty I think!

And BTW that website is not in java. They don't generate random numbers with java.


Title: Re: Maybe You Can Win the House!
Post by: Sarthak on May 03, 2015, 08:29:27 AM
Quote
Even if its easy why someone will do it for you for free?
I am not forcing you to help me! If you want you can :)



Quote
And BTW that website is not in java. They don't generate random numbers with java.


I don't know which website you are talking about( the one in the OP or in the link I gave on replies?) :)


Title: Re: Maybe You Can Win the House!
Post by: Light on May 03, 2015, 08:32:13 AM
I know but this one isn't hard to find if you have some knowledge on java!
Just want to check if the probably fair system of that site is vulnerable to the one I gave the link in OP!
This is a simple job if you know java and this task doesn't need any bounty I think!

I wouldn't be so worried about the RNG generation having an exploit that users could abuse - instead I'd be worried that any script you purchased may potentially have a backdoor in it so that the developer can come back and clean you out. It has happened before and is far more likely given the fact that it isn't a major company you're buying from but instead a potentially unscrupulous individual. Not to mention, it's even worse since you seem to be unable to read the code yourself (which is necessary to check it for a backdoor). All in all - if you want to make a dice site and do it properly you either need a custom job or to do it yourself with your own programming knowledge.


Title: Re: Maybe You Can Win the House!
Post by: Sarthak on May 03, 2015, 08:33:41 AM
I know but this one isn't hard to find if you have some knowledge on java!
Just want to check if the probably fair system of that site is vulnerable to the one I gave the link in OP!
This is a simple job if you know java and this task doesn't need any bounty I think!

I wouldn't be so worried about the RNG generation having an exploit that users could abuse - instead I'd be worried that any script you purchased may potentially have a backdoor in it so that the developer can come back and clean you out. It has happened before and is far more likely given the fact that it isn't a major company you're buying from but instead a potentially unscrupulous individual. Not to mention, it's even worse since you seem to be unable to read the code yourself (which is necessary to check it for a backdoor). All in all - if you want to make a dice site and do it properly you either need a custom job or to do it yourself with your own programming knowledge.


No its not going to be a commercial business until I start understanding or I hire someone to help!


Title: Re: Maybe You Can Win the House!
Post by: GrandmaJean on May 03, 2015, 10:04:39 AM
It's not really useful, unless the casino is extraordinarily stupid. Most casinos will use a cryptographically secure source of random, as opposed to a pattern that looks random.
well so its possible to use on newbie casinos i guess


Title: Re: Maybe You Can Win the House!
Post by: RitzBitzz on May 03, 2015, 05:58:24 PM
It's not really useful, unless the casino is extraordinarily stupid. Most casinos will use a cryptographically secure source of random, as opposed to a pattern that looks random.
well so its possible to use on newbie casinos i guess

What newbie casinos exist though?