-
Notifications
You must be signed in to change notification settings - Fork 203
Debian Ubuntu Installation Note
Arushit Mudgal edited this page Apr 15, 2018
·
3 revisions
cd /opt/
sudo apt-get install git subversion build-essential libboost-python-dev libboost-all-dev
sudo git clone git://github.com/buffer/thug.git
sudo svn checkout http://v8.googlecode.com/svn/trunk/ v8
sudo cp thug/patches/V8-patch* .
sudo patch -p0 < V8-patch1.diff
sudo svn checkout http://pyv8.googlecode.com/svn/trunk/ pyv8
export V8_HOME=/opt/v8
cd pyv8
sudo python setup.py build
sudo python setup.py install
sudo easy_install beautifulsoup4 html5lib pefile chardet httplib2 cssutils zope.interface pymongo
cd
sudo git clone git://git.carnivore.it/libemu.git
cd libemu
sudo autoreconf -v -i
sudo ./configure --prefix=/opt/libemu
sudo make install
cd /opt/
sudo git clone git://github.com/buffer/pylibemu.git
cd pylibemu
sudo python setup.py build
sudo python setup.py install
sudo apt-get install mongodb
sudo apt-get install python-pip python-dev build-essential (probably don’t need this; installed it while
trying to pip pydot but used the following command instead)
sudo apt-get install python-pydot
sudo apt-get install libemu
sudo nano /etc/ld.so.conf.d/libemu.conf
>> ADD this line and save: /opt/libemu/lib/
sudo ldconfig
python /opt/thug/src/thug.py -h