mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
white-dawn proxy
This commit is contained in:
@@ -227,6 +227,10 @@
|
||||
}
|
||||
|
||||
async function isUp (url) {
|
||||
fetchTimeout(`https://white-dawn-0191.dotapps.workers.dev/?url=${encodeURIComponent(url)}`)
|
||||
.then((response) => console.log(url, response))
|
||||
.catch((error) => console.error(url, error));
|
||||
|
||||
return fetchTimeout(url, { method: 'HEAD', mode: 'no-cors' })
|
||||
.then(() =>
|
||||
fetchTimeout(`https://api.allorigins.win/get?url=${encodeURIComponent(url)}`)
|
||||
|
||||
Reference in New Issue
Block a user