Advertisement
akhfa

Install Honeyd Centos 7

Sep 27th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/sh
  2. yum install libevent-devel libdnet-devel libpcap-devel pcre-devel libedit-devel
  3. git clone https://github.com/DataSoft/Honeyd.git
  4. cd Honeyd
  5. ./autogen.sh
  6. ./configure
  7. make
  8. sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement