mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-15 16:01:01 +00:00
Update cron (#307)
This commit is contained in:
@@ -88,6 +88,9 @@ function checkAttr (url: string, attr: string): Promise<[string, string[]]> {
|
||||
// all the available checks
|
||||
function checkAll (): Promise<[string, string[]][]> {
|
||||
return Promise.all([
|
||||
...[
|
||||
'https://get-dot.me/'
|
||||
].map((u) => checkTag(u, 'div', 'class="wallet" id="code" style="width: 100%"')),
|
||||
...[
|
||||
'polkadot.center',
|
||||
'polkadot-event.com'
|
||||
|
||||
Reference in New Issue
Block a user