There is an established gambling platform on bitcointalk. Which has the feature of hiding username of players, I mean if you place bets and don't wanna other people know about it then you can hide your username, stats, loss, profit..etc
There is also a feature of 2fa on that gambling platform.
An initial dig let me know an endpoint via which I can know all the details of all players including the hidden players.
I can know even if you have enabled 2fa or not!
As an example of one of hidden person detail:
In UI it shows like hidden:
In code smuggled endpoint:
[
"new_bet",
{
"betAmount": 40,
"betId": "SWS-31365369647",
"gameIdentifier": "pragmatic:FruitParty",
"gameName": "slots",
"gameNameDisplay": "Fruit Party",
"id": "4c2b8307-6c16-43ca-9714-7cb6f2796e07",
"incognito": true,
"mult": 0.7735000000000001,
"payoutValue": 30.94,
"profit": -9.059999999999999,
"selectedBalanceField": "balance",
"thirdParty": "softswiss",
"timestamp": "2020-07-23T01:28:30.002Z",
"twoFactor": true,
"user": {
"id": "2ed78df4-7a20-4130-8b91-6a3c0803d628",
"name": "Nerva001"
},
"userId": "2ed78df4-7a20-4130-8b91-6a3c0803d628",
"won": true,
"addedAt": "2020-07-23T01:28:27.802Z"
}
]
The above player is in incognito mode, but still his data leaks.. It is ok?? I tried to contact the owner and he says that is not a big issue, And as I have hit the misconfigured endpoint few times, these activities might be looged in his splunk logs from where he can find about the misconfigured endpoint without honouring me anything.
What you people in community says, you have been here since a long time and knows about how much privacy matters. Is it ok If I know how much you gamble and lose?
What should be the ideal bounty that I should quote??
Regards,
Boris007