checker.py 文件源码

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

项目:Insanity-Framework 作者: Exploit-install 项目源码 文件源码
def download_vc_for_py():
    """ Download the VC extenstion for python, this is a little less scary because it's from MS """
    banner("Downloading VCForPython27.msi, please wait...")
    urllib.URLopener().retrieve("https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi")
    os.system('wget https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi')
    os.system('sudo wine msiexec /i VCForPython27.msi /L*v log2.txt')
    os.system('mkdir .OK')
    os.system('sudo rm -Rf log2.txt')
    os.system('sudo rm -Rf log.txt')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号