scrapy
http://www.cnblogs.com/txw1958/archive/2012/07/12/scrapy_installation_introduce.html
pymssql -----------mssql弱口令扫描[https://pypi.python.org/pypi/MySQL-python/1.2.5 windows 直接运行exe就可以了 ]
MySQLdb ---------mysql弱口令扫描[https://pypi.python.org/pypi/pymssql/2.1.0 windows 直接运行exe就可以了]
impacket----------smb弱口令扫描[https://pypi.python.org/pypi/impacket/0.9.12] 进入包里面然后setup.py build再setup.py install
paramiko,pycrypto---------ssh弱口令扫描 建议用easy_install来安装。easy_install paramiko,easy_install pycrypto
这里需要说明的是easy_install pycrypto 还会报错:
error: Setup script exited with error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat). Get it from http://aka.ms/vcpython27
去 http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266 下载一下VCForPython27.msi 安装,然后再easy_install pycrypto就ok了
或者http://www.voidspace.org.uk/python/modules.shtml#pycrypto