2020-11-30 14:38:35 +03:00
|
|
|
# What is a Self-XSS scam?
|
|
|
|
|
2021-11-05 14:51:43 +03:00
|
|
|
A Self-XSS scam tricks you into compromising your account by claiming to provide
|
|
|
|
a way to log into someone else's account, or some other kind of reward, after
|
|
|
|
pasting a special code or link into your web browser. Never copy and paste
|
|
|
|
scripts into the developer console.
|
2020-11-30 14:38:35 +03:00
|
|
|
|
2021-11-05 14:51:43 +03:00
|
|
|
This kind of scam can often include malicious software and can give the attacker
|
|
|
|
access to your account and your data. Read the following article to learn more:
|
2020-11-30 14:38:35 +03:00
|
|
|
https://en.wikipedia.org/wiki/Self-XSS.
|