dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
680 stars 161 forks source link

https://discord-user-api.cf/ unknown website accessed #409

Closed serenity091 closed 1 year ago

serenity091 commented 1 year ago

Summary

Phishing attempts coming from this website.

Reproduction Steps

My antivirus flagged this website. We blocked this phishing page for your protection: https://discord-user-api.cf/ Accessed by: python3.10.exe Phishing pages attempt to obtain sensitive information such as login credentials or credit card details by disguising as trustworthy entities. The stolen data can be then used for financial gain. I'm getting phishing attempts. Anyone know what this website does? Is it a token logger?

Code

We blocked this phishing page for your protection:
https://discord-user-api.cf/
Accessed by: python3.10.exe
Phishing pages attempt to obtain sensitive information such as login credentials or credit card details by disguising as trustworthy entities. The stolen data can be then used for financial gain.

Expected Results

When running the program this happens.

Actual Results

We blocked this phishing page for your protection: https://discord-user-api.cf/ Accessed by: python3.10.exe Phishing pages attempt to obtain sensitive information such as login credentials or credit card details by disguising as trustworthy entities. The stolen data can be then used for financial gain.

System Information

Python v3.10.6-final

Checklist

Additional Information

No response

dolfies commented 1 year ago

Working as intended. This is my API and is used by the library to obtain required values such as user agent at startup.

serenity091 commented 1 year ago

Is this website open source? How do I know its not malicious?

dolfies commented 1 year ago

Not open source, but how could a GET request to a website be malicious? It's simply informational, nothing is sent.