From Aldeid

Jump to: navigation, search

Contents

honeysnap

Description

Incomplete.png
INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Installation

Dépendances

  • python : apt-get install python-dev python
  • libpcap : apt-get install libpcap0.8-dev libpcap
  • pypcap : apt-get install python-pypcap
  • irclib : apt-get install python-irclib
  • dpkt :
# cd /usr/local/src/
# wget http://dpkt.googlecode.com/files/dpkt-1.6.tar.gz
# tar xzvf dpkt-1.6.tar.gz
# cd dpkt-1.6/
# python setup.py install

Remarque

Si vous obtenez une erreur du type:

Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    import dpkt
  File "/usr/local/src/dpkt-1.6/dpkt/__init__.py", line 17, in <module>
    import bgp
  File "/usr/local/src/dpkt-1.6/dpkt/bgp.py", line 678
    self.failUnless(c.as == 65215)
                       ^
SyntaxError: invalid syntax

Alors remplacez la librairie bgp.py du répertoire dpkt/ par : wget http://dpkt.googlecode.com/issues/attachment?aid=2909212508088245101&name=bgp.py

  • magic : apt-get install python-magic

Installation à partir des sources

# cd /usr/local/src
# tar xzvf honeysnap-1.0.6.14
# cd honeysnap-1.0.6.14/
# python setup.py install
Incomplete.png
INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Utilisation

Incomplete.png
INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.
Aldeid.com • Sébastien DAMAYE • Network Security, Ethical Hacking, Network Forensics