跳转到内容

Example Reference

此内容尚不支持你的语言。

Base64 入侵

PyPI 官方仓库遭遇request恶意包投毒

[dean.airdb.local test]$ echo -e “import os; os.system(“ls”)” | base64 aW1wb3J0IG9zOyBvcy5zeXN0ZW0oImxzIikK

[dean.airdb.local test]$ python -c “import base64; exec(base64.b64decode(‘aW1wb3J0IG9zOyBvcy5zeXN0ZW0oImxzIikK’))” test test.log

[dean.airdb.local test]$ echo -e aW1wb3J0IG9zOyBvcy5zeXN0ZW0oImxzIikK | base64 -d import os; os.system(“ls”)