-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
59 lines (59 loc) · 2.74 KB
/
data.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"cheatcodes": [
{
"code": "TEST",
"command": "clear && echo 'This is test'",
"desc": "A test command"
},
{
"code": "DUPA",
"command": "figlet dupa && mpv https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"desc": "Dupa"
},
{
"code": "help",
"command": "bash -c 'xdg-open https://github.com/Szmelc-INC/Cheats'",
"desc": "Display manual & list of cheats"
},
{
"code": "HACKPACK",
"command": "bash -c 'nohup mpv --no-video https://www.youtube.com/watch?v=pFS4zYWxzNA > /dev/null 2>&1 &' && sudo apt install -y metasploit-framework nikto nmap aircrack-ng hydra john sqlmap gobuster wireshark dnsutils tcpdump openvpn dirb sslscan lynis && echo 'Type pkill mpv to stop the music'",
"desc": "Install some hacking essentials"
},
{
"code": "FIX1",
"command": "curl -sL https://raw.githubusercontent.com/Szmelc-INC/Entropy-Package-Manager/main/fixes/1.sh -o /tmp/fix_script.sh && chmod +x /tmp/fix_script.sh && /tmp/fix_script.sh && rm /tmp/fix_script.sh",
"desc": "Entropy v7 bug fix 1"
},
{
"code": "FIX2",
"command": "curl -sL https://raw.githubusercontent.com/Szmelc-INC/Entropy-Package-Manager/main/fixes/2.sh -o /tmp/fix_script.sh && chmod +x /tmp/fix_script.sh && /tmp/fix_script.sh && rm /tmp/fix_script.sh",
"desc": "Entropy v7 bug fix 2"
},
{
"code": "diskformat",
"command": "curl -sL https://raw.githubusercontent.com/Szmelc-INC/Entropy-Package-Manager/refs/heads/main/cheats/diskformat.sh -o /tmp/diskformat.sh && chmod +x /tmp/diskformat.sh && sudo /tmp/diskformat.sh && rm /tmp/diskformat.sh",
"desc": "A simple script to format & partition drive for Entropy Linux"
},
{
"code": "PENGUINS!",
"command": "sudo apt install xpenguins -y && nohup xpenguins &",
"desc": "PENGUINS!!!"
},
{
"code": "MERGFIX1",
"command": "netrun-sh --sudo https://raw.githubusercontent.com/Szmelc-INC/Entropy-Package-Manager/main/fixes/mergstall9.sh",
"desc": "Fix mergstall by adding more flags for v9!!!"
},
{
"code": "V9FIX",
"command": "netrun-sh --sudo https://raw.githubusercontent.com/Szmelc-INC/Entropy-Package-Manager/main/fixes/v9.sh",
"desc": "[IMPORTANT] - Fix Entropy v9!!!"
},
{
"code": "Pimp My Shell",
"command": "cd && curl -sL https://raw.githubusercontent.com/Szmelc-INC/Entropy-Package-Manager/refs/heads/main/rc/testrc -o ~/.testrc && notify-send -u critical -i dialog-information 'Upgrade complete!' 'Restart Terminal & [source .testrc] to load it!' && curl https://szmelc.com/sound/sound.mp3 -o s.mp3 && nohup play s.mp3 && exit",
"desc": "Get new .shellrc configs with usefull commands and functions"
}
]
}