1 import os
2 lst = os.listdir(os.getcwd())
3 
4 for c in lst:
5     if os.path.isfile(c) and c.endswith('.py') and c.find("payload") == -1:
6         print(c)
7         os.system("python3 ./%s" % c)

 

转载于:https://www.cnblogs.com/AtesetEnginner/p/11159051.html

Logo

一站式 AI 云服务平台

更多推荐