Win10下安裝sulley

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

  

相關文章
相關標籤/搜索