mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 04:11:10 +00:00
Additional addresses (#129)
This commit is contained in:
@@ -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