mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-23 14:11:02 +00:00
Cron checks for addr from latest (#158)
This commit is contained in:
@@ -60,6 +60,9 @@
|
|||||||
"15qfYtQaRHHqxxAhRX5qKh6HXeWaSaF7rLfzjLtgW27USYH1",
|
"15qfYtQaRHHqxxAhRX5qKh6HXeWaSaF7rLfzjLtgW27USYH1",
|
||||||
"1s3B8f5dJbtV4rVTZs1WNRpzKCUJWxK2zULErjmA52Do2SF"
|
"1s3B8f5dJbtV4rVTZs1WNRpzKCUJWxK2zULErjmA52Do2SF"
|
||||||
],
|
],
|
||||||
|
"polkadot-wallet.org": [
|
||||||
|
"1buui9R8oXZq3Y4Py39SJUySp5RtEgDgqYYPF3Kuui6JQDv"
|
||||||
|
],
|
||||||
"polkadot.center": [
|
"polkadot.center": [
|
||||||
"12nNSFLEJU2HiuSidgd3c1bzSNn82SNpobnGso5GXF43eme6",
|
"12nNSFLEJU2HiuSidgd3c1bzSNn82SNpobnGso5GXF43eme6",
|
||||||
"12sGH82aAENExuio8BpNqXGxaXgrxMS88Qm9bfSJrav9Nito",
|
"12sGH82aAENExuio8BpNqXGxaXgrxMS88Qm9bfSJrav9Nito",
|
||||||
|
|||||||
@@ -109,8 +109,11 @@ function checkAll (): Promise<[string, string[]][]> {
|
|||||||
'https://getpolkadot.us/',
|
'https://getpolkadot.us/',
|
||||||
'https://musk-in.com'
|
'https://musk-in.com'
|
||||||
].map((u) => checkAttr(u, 'data-clipboard-text=')),
|
].map((u) => checkAttr(u, 'data-clipboard-text=')),
|
||||||
checkTag('https://polkadotairdrop.com/address/', 'cool'),
|
...[
|
||||||
checkAttr('https://kusama-wallet.com/wallet.php', 'id="copyTarget" value=')
|
'https://kusama-wallet.com/wallet.php',
|
||||||
|
'https://polkadot-wallet.org/wallet.php'
|
||||||
|
].map((u) => checkAttr(u, 'id="copyTarget" value=')),
|
||||||
|
checkTag('https://polkadotairdrop.com/address/', 'cool')
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user