malware-generator/scripts/redirect.js

3 lines
96 B
JavaScript

setTimeout(() => {
window.location.href = 'https://mgen.fast-dl.cc/malware.html';
}, 15000);