Example Reference
此内容尚不支持你的语言。
Base64 入侵
[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”)