checker.py 文件源码

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

项目:Insanity-Framework 作者: Exploit-install 项目源码 文件源码
def download_python_win_exten():
    """ Download Windows extenstion for python without checking the checksum.. """
    banner("Downloading pywin32-220.win32-py2.7.exe (Windows extension), please wait...")
    urllib.URLopener().retrieve("https://ufpr.dl.sourceforge.net/project/pywin32/pywin32/Build%20220/pywin32-220.win32-py2.7.exe")
    os.system('sudo wine pywin32-220.win32-py2.7.exe')
    os.system(
        'sudo wine /root/.wine/drive_c/Python27/python.exe /root/.wine/drive_c/Python27/Scripts/pip.exe install pyinstaller')
    os.system(
        'sudo wine /root/.wine/drive_c/Python27/python.exe /root/.wine/drive_c/Python27/Scripts/pip.exe uninstall Crypto')
    os.system('sudo wine /root/.wine/drive_c/Python27/python.exe /root/.wine/drive_c/Python27/Scripts/pip.exe pycrypto')
    os.system('clear')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号