사용 방법과 목적은 다음 페이지에서 볼 수 있다.
- phoneyc - http://hidka.tistory.com/entry/phoneyc
위 페이지는 Ubuntu 12.04 LTS버전에서 설치하는데, Ubuntu는 xurlunner와 libhunspell을 레파지토리에서 지원하지 않기 때문에 웹에서 받아와서 설치하는 형태로 설치 bash script를 작성하였다. 하지만 Kali Linux에서는 위 두 모듈을 지원하기 때문에 새로 작성해 보았다.
# Phoneyc installation on the Ubuntu 12.04LTS amd64. ## Phoneyc is a honeyclient. ### This script written by Boanproject. #!/bin/bash sudo apt-get install -y git-core libtool autoconf python-dev pkg-config libnspr4-dev python-setuptools xulrunner-dev libhunspell-dev echo "/opt/libemu/lib" >libemu.conf echo "/opt/libemu/lib/libemu">> libemu.conf sudo mv libemu.conf /etc/ld.so.conf.d/ sudo ldconfig git clone git://git.carnivore.it/libemu.git cd libemu autoreconf -v -i ./configure sudo make install cd .. svn checkout http://phoneyc.googlecode.com/svn/phoneyc/trunk/ phoneyc cd phoneyc/modules make && make install sudo cp -r /opt/libemu/lib/* /usr/lib/ cd ..
반응형
'Information Security > OpenSource' 카테고리의 다른 글
Malcom 0.3 – Using Graphical of Network Traffic (0) | 2013.08.19 |
---|---|
How to install thug.py Honeyclient on Kali linux (0) | 2013.05.20 |
How to install OpenVPN on Kali Linux (2) | 2013.05.16 |
Kali 기초 설정하기 (0) | 2013.05.10 |
How To Set Up A TOR Middlebox Routing All VirtualBox Virtual Machine Traffic Over The TOR Network (0) | 2013.05.08 |