forked from OpenRCE/sulley
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.txt
68 lines (51 loc) · 2.12 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Linux:
$ sudo apt-get install python
$ Sudo apt-get install flex
$ Sudo apt-get install bison
Install libpcap-1.4.0
http://www.tcpdump.org/release/libpcap-1.4.0.tar.gz
$ ./configure
$ make
$ sudo make install
$ sudo apt-get install libpcap-dev
$ sudo apt-get install python-pcapy
Install distorm3
https://distorm.googlecode.com/files/distorm3.zip
$ sudo python setup.py build
$ sudo python setup.py build install
download vtrace:
http://www.talesofacoldadmin.com/vdb/vdb_20120806.zip
extract to the same directory as the sulley-master folder (aka the level above process_monitor.py network_monitor.py etc.)
rename folder to be just vdb. (not vdb_20120806)
rename sulley-master to sulley
=========================================================================================
Windows:
Install Python
Install winpcap and dev
http://www.winpcap.org/install/bin/WinPcap_4_1_3.exe
run winpcap_4_1_3.exe
http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
Extract WpdPack_4_1_2 to C:\WpdPack_4_1_2
Install mingw
http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-20110802/mingw-get-inst-20110802.exe/download
Make sure to use this installer. Newer installers cause errors
Choose use prepackaged repository
Check c++ compiler
Add to path:
;C:\Python27\;C:\Python27\scripts\;C:\MinGW\bin;
install pcapy:
http://corelabs.coresecurity.com/index.php?module=Wiki&action=attachment&type=tool&page=Pcapy&file=pcapy-0.10.8.zip
Extract
$ python setup.py build_ext -c mingw32 -I C:\WpdPack_4_1_2\WpdPack\Include -L C:\WpdPack_4_1_2\WpdPack\Lib
$ python setup.py install
Install impacket
http://corelabs.coresecurity.com/index.php?module=Wiki&action=attachment&type=tool&page=Impacket&file=impacket-0.9.9.9.zip
Extract
$ python setup.py install
Install distorm3-3.win32
https://distorm.googlecode.com/files/distorm3-3.win32.exe
download vtrace:
http://www.talesofacoldadmin.com/vdb/vdb_20120806.zip
extract to the same directory as the sulley-master folder (aka the level above process_monitor.py network_monitor.py etc.)
rename folder to be just vdb. (not vdb_20120806)
rename sulley-master to sulley