-
Notifications
You must be signed in to change notification settings - Fork 156
/
Copy pathsoftware.json
38 lines (38 loc) · 1.51 KB
/
software.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"demo.exe": {
"help": "Demonstrate some rendering features",
"clear": true,
"message": [
"<p class=glow style='font-size: 3em'>⚠ ACHTUNG ⚠</p>",
"<p class=desync>SHADY TROUBLING MESSAGE</p>",
"<img src=config/network/11.152.9.6/tech.jpg style='width: 10rem' class=glitch>",
"<p class=shimmer>Zombie ipsum reversus ab viral inferno, nam rick grimes malum cerebro. De carne lumbering animata corpora quaeritis. Summus brains sit, morbo vel maleficia?</p>",
"<p class=hack-reveal data-alphabet=uppercase data-iterations-before-reveal=0 data-preserve-spaces=true>All your base are belong to us</p>",
"<img src=hacker.jpg class=particle data-particules=2000>"
]
},
"cdata.exe": {
"protection": ["admin"],
"delayed": 2000,
"message": [
"Corrupting data.",
"Corrupting data..",
"Corrupting data...",
"0% complete",
"11% complete",
"47% complete",
"98% complete",
"System successfully corrupted!"
]
},
"target.exe": {
"location": ["127.0.0.1", "localhost"],
"message": [
"This <abbr title=\"tHeY aRe NoT hUmAn\"><s>person</s></abbr> is your target:",
"<img src=\"https://thispersondoesnotexist.com/image\" title=\"tHeY aRe NoT hUmAn\" style=\"width: 10rem; max-width: 100%;\">"
]
},
"artifact": {},
"decrypt": {},
"identify": {}
}