rep / dionaea

dionaea low interaction honeypot (forked from dionaea.carnivore.it)
GNU General Public License v2.0
154 stars 81 forks source link

missing repos #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

git clone git://git.carnivore.it/liblcfg.git liblcfg git clone git://git.carnivore.it/libemu.git libemu git clone git://git.infradead.org/users/tgr/libnl.git

how do i proceed?

mshirley commented 8 years ago

If you're going to rely on this software you should create your own git forks so you'll always have a working copy.

git clone https://github.com/gento/liblcfg git clone https://github.com/buffer/libemu git clone https://github.com/thom311/libnl

ghost commented 8 years ago

thank you