-
Notifications
You must be signed in to change notification settings - Fork 2
/
Adrishya-shild.py
142 lines (89 loc) · 12.1 KB
/
Adrishya-shild.py
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
import subprocess
import time
import sys
import os
class colors:
HEADER = '\033[95m'
OKBLUE = '\033[94m'
OKCYAN = '\033[96m'
OKGREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
print(colors.OKBLUE,colors.BOLD,"""
░█████╗░██████╗░██████╗░██╗░██████╗██╗░░██╗██╗░░░██╗░█████╗░
██╔══██╗██╔══██╗██╔══██╗██║██╔════╝██║░░██║╚██╗░██╔╝██╔══██╗
███████║██║░░██║██████╔╝██║╚█████╗░███████║░╚████╔╝░███████║
██╔══██║██║░░██║██╔══██╗██║░╚═══██╗██╔══██║░░╚██╔╝░░██╔══██║
██║░░██║██████╔╝██║░░██║██║██████╔╝██║░░██║░░░██║░░░██║░░██║
╚═╝░░╚═╝╚═════╝░╚═╝░░╚═╝╚═╝╚═════╝░╚═╝░░╚═╝░░░╚═╝░░░╚═╝░░╚═╝
███████████████████████████
█─▄▄▄▄█─█─█▄─▄█▄─▄███▄─▄▄▀█
█▄▄▄▄─█─▄─██─███─██▀██─██─█
▀▄▄▄▄▄▀▄▀▄▀▄▄▄▀▄▄▄▄▄▀▄▄▄▄▀▀
@kartikhunt3r
""",colors.ENDC)
if os.name!='nt':
print(colors.OKGREEN,colors.BOLD,"Scanning For Harmful Files:")
#animation = ["10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"]
animation = ["[■□□□□□□□□□□□□□□□□□□□]","[■■□□□□□□□□□□□□□□□□□]","[■■■□□□□□□□□□□□□□□□□□]","[■■■■□□□□□□□□□□□□□□□□]","[■■■■■□□□□□□□□□□□□□□□]","[■■■■■■□□□□□□□□□□□□□□]","[■■■■■■■□□□□□□□□□□□□□]","[■■■■■■■■□□□□□□□□□□□□]","[■■■■■■■■■□□□□□□□□□□□]","[■■■■■■■■■■□□□□□□□□□□]","[■■■■■■■■■■■□□□□□□□□□]","[■■■■■■■■■■■■□□□□□□□□]","[■■■■■■■■■■■■■□□□□□□□]","[■■■■■■■■■■■■■■□□□□□□]","[■■■■■■■■■■■■■■■□□□□□]","[■■■■■■■■■■■■■■■■□□□□]","[■■■■■■■■■■■■■■■■■□□□]","[■■■■■■■■■■■■■■■■■■□□]","[■■■■■■■■■■■■■■■■■■■□]","[■■■■■■■■■■■■■■■■■■■■]"]
for i in range(len(animation)):
time.sleep(0.6)
sys.stdout.write("\r" + animation[i % len(animation)])
sys.stdout.flush()
print("\n")
subprocess.call("rm -r /root/.sysconfig", shell=True)
print(colors.FAIL,colors.BOLD,"Removing Keyloggers:")
#animation = ["10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"]
animation = ["[■□□□□□□□□□□□□□□□□□□□]","[■■□□□□□□□□□□□□□□□□□]","[■■■□□□□□□□□□□□□□□□□□]","[■■■■□□□□□□□□□□□□□□□□]","[■■■■■□□□□□□□□□□□□□□□]","[■■■■■■□□□□□□□□□□□□□□]","[■■■■■■■□□□□□□□□□□□□□]","[■■■■■■■■□□□□□□□□□□□□]","[■■■■■■■■■□□□□□□□□□□□]","[■■■■■■■■■■□□□□□□□□□□]","[■■■■■■■■■■■□□□□□□□□□]","[■■■■■■■■■■■■□□□□□□□□]","[■■■■■■■■■■■■■□□□□□□□]","[■■■■■■■■■■■■■■□□□□□□]","[■■■■■■■■■■■■■■■□□□□□]","[■■■■■■■■■■■■■■■■□□□□]","[■■■■■■■■■■■■■■■■■□□□]","[■■■■■■■■■■■■■■■■■■□□]","[■■■■■■■■■■■■■■■■■■■□]","[■■■■■■■■■■■■■■■■■■■■]"]
for i in range(len(animation)):
time.sleep(0.10)
sys.stdout.write("\r" + animation[i % len(animation)])
sys.stdout.flush()
print("\n")
subprocess.call("rm ~/.config/autostart/sysconfig.desktop", shell=True)
print(colors.OKBLUE,colors.BOLD,"Reconfiguring System Files:")
#animation = ["10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"]
animation = ["[■□□□□□□□□□□□□□□□□□□□]","[■■□□□□□□□□□□□□□□□□□]","[■■■□□□□□□□□□□□□□□□□□]","[■■■■□□□□□□□□□□□□□□□□]","[■■■■■□□□□□□□□□□□□□□□]","[■■■■■■□□□□□□□□□□□□□□]","[■■■■■■■□□□□□□□□□□□□□]","[■■■■■■■■□□□□□□□□□□□□]","[■■■■■■■■■□□□□□□□□□□□]","[■■■■■■■■■■□□□□□□□□□□]","[■■■■■■■■■■■□□□□□□□□□]","[■■■■■■■■■■■■□□□□□□□□]","[■■■■■■■■■■■■■□□□□□□□]","[■■■■■■■■■■■■■■□□□□□□]","[■■■■■■■■■■■■■■■□□□□□]","[■■■■■■■■■■■■■■■■□□□□]","[■■■■■■■■■■■■■■■■■□□□]","[■■■■■■■■■■■■■■■■■■□□]","[■■■■■■■■■■■■■■■■■■■□]","[■■■■■■■■■■■■■■■■■■■■]"]
for i in range(len(animation)):
time.sleep(0.4)
sys.stdout.write("\r" + animation[i % len(animation)])
sys.stdout.flush()
print("\n")
time.sleep(1)
print(colors.OKGREEN,colors.BOLD,"[+]Congratulations!! Keylogger Removed Successfully")
print("\n")
subprocess.call("pkill -9 python3", shell=True)
else:
print(colors.OKGREEN,colors.BOLD,"Scanning For Harmful Files:")
#animation = ["10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"]
animation = ["[■□□□□□□□□□□□□□□□□□□□]","[■■□□□□□□□□□□□□□□□□□]","[■■■□□□□□□□□□□□□□□□□□]","[■■■■□□□□□□□□□□□□□□□□]","[■■■■■□□□□□□□□□□□□□□□]","[■■■■■■□□□□□□□□□□□□□□]","[■■■■■■■□□□□□□□□□□□□□]","[■■■■■■■■□□□□□□□□□□□□]","[■■■■■■■■■□□□□□□□□□□□]","[■■■■■■■■■■□□□□□□□□□□]","[■■■■■■■■■■■□□□□□□□□□]","[■■■■■■■■■■■■□□□□□□□□]","[■■■■■■■■■■■■■□□□□□□□]","[■■■■■■■■■■■■■■□□□□□□]","[■■■■■■■■■■■■■■■□□□□□]","[■■■■■■■■■■■■■■■■□□□□]","[■■■■■■■■■■■■■■■■■□□□]","[■■■■■■■■■■■■■■■■■■□□]","[■■■■■■■■■■■■■■■■■■■□]","[■■■■■■■■■■■■■■■■■■■■]"]
for i in range(len(animation)):
time.sleep(0.6)
sys.stdout.write("\r" + animation[i % len(animation)])
sys.stdout.flush()
print("\n")
subprocess.call("start /b reg DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v update /f", shell=True)
print(colors.FAIL,colors.BOLD,"Removing Keyloggers:")
#animation = ["10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"]
animation = ["[■□□□□□□□□□□□□□□□□□□□]","[■■□□□□□□□□□□□□□□□□□]","[■■■□□□□□□□□□□□□□□□□□]","[■■■■□□□□□□□□□□□□□□□□]","[■■■■■□□□□□□□□□□□□□□□]","[■■■■■■□□□□□□□□□□□□□□]","[■■■■■■■□□□□□□□□□□□□□]","[■■■■■■■■□□□□□□□□□□□□]","[■■■■■■■■■□□□□□□□□□□□]","[■■■■■■■■■■□□□□□□□□□□]","[■■■■■■■■■■■□□□□□□□□□]","[■■■■■■■■■■■■□□□□□□□□]","[■■■■■■■■■■■■■□□□□□□□]","[■■■■■■■■■■■■■■□□□□□□]","[■■■■■■■■■■■■■■■□□□□□]","[■■■■■■■■■■■■■■■■□□□□]","[■■■■■■■■■■■■■■■■■□□□]","[■■■■■■■■■■■■■■■■■■□□]","[■■■■■■■■■■■■■■■■■■■□]","[■■■■■■■■■■■■■■■■■■■■]"]
for i in range(len(animation)):
time.sleep(0.10)
sys.stdout.write("\r" + animation[i % len(animation)])
sys.stdout.flush()
print("\n")
subprocess.call('rmdir "C:\System36"', shell=True)
print(colors.OKBLUE,colors.BOLD,"Reconfiguring System Files:")
#animation = ["10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"]
animation = ["[■□□□□□□□□□□□□□□□□□□□]","[■■□□□□□□□□□□□□□□□□□]","[■■■□□□□□□□□□□□□□□□□□]","[■■■■□□□□□□□□□□□□□□□□]","[■■■■■□□□□□□□□□□□□□□□]","[■■■■■■□□□□□□□□□□□□□□]","[■■■■■■■□□□□□□□□□□□□□]","[■■■■■■■■□□□□□□□□□□□□]","[■■■■■■■■■□□□□□□□□□□□]","[■■■■■■■■■■□□□□□□□□□□]","[■■■■■■■■■■■□□□□□□□□□]","[■■■■■■■■■■■■□□□□□□□□]","[■■■■■■■■■■■■■□□□□□□□]","[■■■■■■■■■■■■■■□□□□□□]","[■■■■■■■■■■■■■■■□□□□□]","[■■■■■■■■■■■■■■■■□□□□]","[■■■■■■■■■■■■■■■■■□□□]","[■■■■■■■■■■■■■■■■■■□□]","[■■■■■■■■■■■■■■■■■■■□]","[■■■■■■■■■■■■■■■■■■■■]"]
for i in range(len(animation)):
time.sleep(0.4)
sys.stdout.write("\r" + animation[i % len(animation)])
sys.stdout.flush()
print("\n")
time.sleep(1)
print(colors.OKGREEN,colors.BOLD,"[+]Congratulations!! Keylogger Removed Successfully")
print("\n")
subprocess.call("taskkill /IM python.exe /F", shell=True)