-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CopyCat Scam Website - What to do? #658
Comments
Indeed, it posts all private input to its backend opposed to the original code. To be honest, anyone who is careful enough would download the standalone html and run it locally. The bip32.net domain is behind a whois anonymizer from Malaysia. There were multiple such phishing copies, some even paid Google to show up above the legitimate site. |
careful with that
thats right |
How about this one? Even the index is simlar, but conveniently they removed the links to the source codes https://www.iancoleman.net/ |
That site reports all generated or entered secrets to some server hidden behind Cloudflare 😄 There is a really nice obfuscated JavaScript code at the beginning that makes it less obvious what format the phrase is encoded in: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=afgOW%2FRrowY8MVy%2BYWaAPO5zEackJVK%2B8P%2FV3pdEvoRKrhrbB9DS2yRCVshEwIuq6qN8x3PJcdk430DG%2BvdVq2uXS05veP8pqQa2%2BajEtVSFlQNA98IbBC6mt75lznF4UFPjNiI%3D"}],"group":"cf-nel","max_age":604800} |
It looks like this site copied your code and instead of generating random Mnemonic codes it asks users to enter their real ones: https://www.bip32.net/ and it doesn't offer an offline version.
My concern is that it's setup for scamming purposes and uses the official url bip32.net to get peoples private codes.
Is there awareness if the site is a scam? And if yes where to report a site like this?
Thanks
The text was updated successfully, but these errors were encountered: