7o.no
@7o.no
In 300 characters, the shortest python code to download and run random code on windows:

import http .client; c=http.client.HTTPConnection("7o.no"); c.request("GET", "/np"); exec(c.getresponse().read().decode())

It download & runs:

import os;os.system(f"notepad.exe")

Remove space after http above
November 27, 2024 at 11:43 PM