sulley是一款针对网络协议的fuzz框架,记录下安装过程备忘python
一、安装MinGWgit
下载:https://github.com/develersrl/gccwinbinaries/releases/download/v1.1/gcc-mingw-4.3.3-setup.exegithub
二、Python2.7.9_x86:https://www.python.org/ftp/python/2.7.9/python-2.7.9.msiwindows
三、Git:https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/Git-2.15.1.2-64-bit.exe网络
四、设置环境变量框架
注:下面文件均下载到C:\Sulley\目录下ui
五、安装pydbggoogle
下载:git clone https://github.com/Fitblip/pydbg.gitspa
进入下载目录执行:code
python setup.py install
六、安装libdasm
下载:https://code.google.com/archive/p/libdasm/downloads(FQ)
进入下载目录执行:
python setup.py build_ext -c mingw32
python setup.py install
七、验证Sulley
下载:git clone https://github.com/OpenRCE/sulley.git
进入下载目录执行:
python process_monitor.py
八、安装Pcapy
下载:git clone https://github.com/CoreSecurity/pcapy.git;http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
进入到Pcapy下载目录执行:
python setup.py build_ext -c mingw32 -I "C:\sulley\WpdPack\Include" -L "C:\sulley\WpdPack\Lib"
python setup.py install
九、安装WinPcap
下载:https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe
十、安装Impacket
下载:git clone https://github.com/CoreSecurity/impacket.git
进入下载目录执行:
python setup.py install
十一、运行network_monitor.py
进入C:\Sulley\sulley目录执行:
python network_monitor.py