mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 06:48:04 +00:00
Additional addresses (#129)
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"14oEqqqCabUQdsdq1zP1qdb8b4uhEnc2mL1YYHKf8xYbh8FB"
|
||||
],
|
||||
"polkadot-bonus.network": [
|
||||
"12RGBMjuLkCX6TKUoG33Fm4SzpxNYjwjgqHZ9huk5Nk4NAPh",
|
||||
"1DsARAWRSyMoy815SeZrFytb74Qvw7W2wsrsYWZxZmHcRC4"
|
||||
],
|
||||
"polkadot-event.com": [
|
||||
|
||||
@@ -109,8 +109,7 @@ function checkAll (): Promise<[string, string[]][]> {
|
||||
].map((u) => checkTag(u, 'span', 'id="cosh"')),
|
||||
checkTag('https://dot4.org/promo/', 'p', 'class="payment-title"'),
|
||||
checkTag('https://polkadotairdrop.com/address/', 'cool'),
|
||||
checkAttr('https://www.kusama-wallet.com/wallet.php', 'id="copyTarget" value=')
|
||||
.then(([site, values]) => [site.replace('www.', ''), values])
|
||||
checkAttr('https://kusama-wallet.com/wallet.php', 'id="copyTarget" value=')
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user